Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: other
Platform: Other
-
18265
Description
There are several places in DefaultFileItem that catch Exception instead of the
specific exceptions thrown by the surrounded code. A better approach would be
to catch the specific exceptions (which I suspect will be IOException).