|
[
Permlink
| « Hide
]
Ingo Bormann added a comment - 01/Aug/08 04:26 PM
This is a diff between the head of SVN and my modified version. You will find that File.toURL() is replaced by File.toURI().toURL() in a couple of places. Should not be too hard to apply.
+1 on the usage of File.toURI().toURL()
As for the replacement of new File(url.getPath()) with new File(url.toURI()): It might be wise to simply move the call new File(url.getPath()) into the catch for the URISyntaxException. This would increase robustness for the case where the input URL is not properly escaped. I think we are just closing issues once they are fixed. Ideally we would make the jira options the same as the geronimo ones.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||