You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Josh Peters (JIRA)" <ji...@codehaus.org> on 2008/04/28 18:42:46 UTC

[jira] Created: (WAGON-111) UNC paths don't work when properly URL encoded.

UNC paths don't work when properly URL encoded.
-----------------------------------------------

                 Key: WAGON-111
                 URL: http://jira.codehaus.org/browse/WAGON-111
             Project: Maven Wagon
          Issue Type: Bug
          Components: wagon-file
    Affects Versions: 1.0-beta-2
            Reporter: Josh Peters


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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WAGON-111) UNC paths don't work when properly URL encoded.

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated WAGON-111:
-------------------------------

    Fix Version/s: 1.x

> UNC paths don't work when properly URL encoded.
> -----------------------------------------------
>
>                 Key: WAGON-111
>                 URL: http://jira.codehaus.org/browse/WAGON-111
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-file
>    Affects Versions: 1.0-beta-2
>            Reporter: Josh Peters
>             Fix For: 1.x
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WAGON-111) UNC paths don't work when properly URL encoded.

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated WAGON-111:
-------------------------------

    Fix Version/s:     (was: 1.x)
                   1.0-beta-5

> UNC paths don't work when properly URL encoded.
> -----------------------------------------------
>
>                 Key: WAGON-111
>                 URL: http://jira.codehaus.org/browse/WAGON-111
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-file
>    Affects Versions: 1.0-beta-2
>            Reporter: Josh Peters
>             Fix For: 1.0-beta-5
>
>         Attachments: url-decoding.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (WAGON-111) UNC paths don't work when properly URL encoded.

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed WAGON-111.
------------------------------

      Assignee: Brett Porter
    Resolution: Fixed

reviewed & applied patch

> UNC paths don't work when properly URL encoded.
> -----------------------------------------------
>
>                 Key: WAGON-111
>                 URL: http://jira.codehaus.org/browse/WAGON-111
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-file
>    Affects Versions: 1.0-beta-2
>            Reporter: Josh Peters
>            Assignee: Brett Porter
>             Fix For: 1.0-beta-5
>
>         Attachments: url-decoding.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (WAGON-111) UNC paths don't work when properly URL encoded.

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/WAGON-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=135563#action_135563 ] 

bentmann edited comment on WAGON-111 at 5/20/08 4:55 PM:
------------------------------------------------------------------

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-112 still 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....

      was (Author: bentmann):
    Some URL decoding that should help.
  
> UNC paths don't work when properly URL encoded.
> -----------------------------------------------
>
>                 Key: WAGON-111
>                 URL: http://jira.codehaus.org/browse/WAGON-111
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-file
>    Affects Versions: 1.0-beta-2
>            Reporter: Josh Peters
>             Fix For: 1.x
>
>         Attachments: url-decoding.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WAGON-111) UNC paths don't work when properly URL encoded.

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann updated WAGON-111:
------------------------------------

    Attachment: url-decoding.patch

Some URL decoding that should help.

> UNC paths don't work when properly URL encoded.
> -----------------------------------------------
>
>                 Key: WAGON-111
>                 URL: http://jira.codehaus.org/browse/WAGON-111
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-file
>    Affects Versions: 1.0-beta-2
>            Reporter: Josh Peters
>             Fix For: 1.x
>
>         Attachments: url-decoding.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WAGON-111) UNC paths don't work when properly URL encoded.

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann updated WAGON-111:
------------------------------------

    Testcase included: yes
      Patch Submitted: [Yes]

> UNC paths don't work when properly URL encoded.
> -----------------------------------------------
>
>                 Key: WAGON-111
>                 URL: http://jira.codehaus.org/browse/WAGON-111
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-file
>    Affects Versions: 1.0-beta-2
>            Reporter: Josh Peters
>             Fix For: 1.x
>
>         Attachments: url-decoding.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira