jenkinsci / lib-file-leak-detector

Java agent that detects file handle leak
http://file-leak-detector.kohsuke.org/
MIT License
241 stars 112 forks source link

The process to get the file was incorrect if the jar was in a location c... #15

Closed jtnord closed 10 years ago

jtnord commented 10 years ago

...ontaining RFC2396 escaping.

e.g. if a jar was in a folder containing spaces the file was attempted to be loaded not from /foo/bar whizz/wibble.jar but from /for/mar%20whizz/wibble.jar which ultimatly is doomed to failure.

1) using a different method to get the jar 2) using a URI which handles the decoding of the escape sequences. This fixes the issue by

buildhive commented 10 years ago

Kohsuke Kawaguchi » file-leak-detector #24 SUCCESS This pull request looks good (what's this?)

buildhive commented 10 years ago

Kohsuke Kawaguchi » file-leak-detector #25 SUCCESS This pull request looks good (what's this?)

jtnord commented 10 years ago

pull was from master which shouldn;t have been updated. moved to different branch for pull.