Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-2
-
None
Description
PutInputStream created at line 286 is never closed. (commons-httpclient doesn't close it, either, at least as of 3.1)
A finally block is needed here to properly dispose the InputStream. This affects the long-running process like Hudson, and eventually cause the file descriptor shortage.
Attachments
Issue Links
- is superceded by
-
WAGON-109 Refactor Wagon HTTP and Wagon WebDav
- Closed