Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.0.0
-
Fix Version/s: 6.1.0rc0
-
Component/s: None
-
Labels:None
-
Environment:windows xp
-
Number of attachments :
Description
Jetty embedded in my java application is unable to access \\host\path\to\foo.war
Converting a file located on a unc path between File, URI and URL formats usually results in broken urls.
The attached patch fixes this problem.
I have checked in a variation of your patch into trunk.
I am always cautious about this kind of stuff, as I do not want to introduce the ability
of aliasing. Users can pass in all sorts of strange stuff that will end up in this code.
So currently a fix for this in intended only for 6.1, so we can have some time to test etc.
Could I get you to check the svn trunk to make sure that my variation has not broken
anything.