Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-2
-
Fix Version/s: 1.0-beta-5
-
Component/s: wagon-file
-
Labels:None
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
Please see http://jira.codehaus.org/browse/MSITE-318 for a summary.
Essentially, it seems that Maven cannot grok URL encoded UNC paths with the file:// scheme.
Issue Links
Activity
Benjamin Bentmann
made changes -
Benjamin Bentmann
made changes -
Brett Porter
made changes -
| Workflow | jira [ 87621 ] | Maven New [ 88522 ] |
Brett Porter
made changes -
| Fix Version/s | 1.x [ 13408 ] |
Benjamin Bentmann
made changes -
| Attachment | url-decoding.patch [ 34656 ] |
Benjamin Bentmann
made changes -
| Patch Submitted | [Yes] | |
| Testcase included | yes |
Brett Porter
made changes -
| Fix Version/s | 1.x [ 13408 ] | |
| Fix Version/s | 1.0-beta-5 [ 14467 ] |
Brett Porter
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Brett Porter [ brettporter ] |
Benjamin Bentmann
made changes -
Some URL decoding that should help. BTW, I am just guessing that Repository.getBasedir() is intended to return a valid filesystem path for file: URLs. The "fix" for
WAGON-112still doesn't say anything about the precise meaning of this string but all the voodoo in PathUtils.basedir() seems to aim at constructing a local filesystem path....