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.
Activity
Greg Wilkins
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Greg Wilkins [ gregw ] |
Greg Wilkins
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Greg Wilkins
made changes -
| Status | In Progress [ 3 ] | Open [ 1 ] |
Greg Wilkins
made changes -
| Fix Version/s | 6.1.0rc0 [ 12923 ] | |
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Greg Wilkins
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
Greg Wilkins
made changes -
| Fix Version/s | 6.1.0rc0 [ 13027 ] | |
| Fix Version/s | 6.1.0pre0 [ 12923 ] | |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
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.