Project

General

Profile

« Previous | Next » 

Revision 9204

Added by rnahf about 9 years ago

refs: #7092. found another unclosed inputStream, this time in ReplicationService.handleForceReplicationDataFileRequest(...).

View differences:

src/edu/ucsb/nceas/metacat/replication/ReplicationService.java
975 975
							updatedDate);
976 976
				} catch (Exception e) {
977 977
					writeException = e;
978
				} finally {
979
				    IOUtils.closeQuietly(inputStream);
978 980
				}
979 981

  
980 982
			}

Also available in: Unified diff