You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Joakim Erdfelt (JIRA)" <ji...@codehaus.org> on 2008/06/01 06:09:53 UTC

[jira] Commented: (WAGON-217) dav:http:// and dav:https:// do not conform to URI spec

    [ http://jira.codehaus.org/browse/WAGON-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=136922#action_136922 ] 

Joakim Erdfelt commented on WAGON-217:
--------------------------------------

Note: the existing protocols of dav:http:// and dav:https:// are still in place, this change is backward compatible.
It merely adds more protocol prefixes that WebdavWagon wlil respond to.

This should ease the integration points for wagon.

These extra protocols should also reduce the number of incidents of issues and support requests around using webdav with wagon.

> dav:http:// and dav:https:// do not conform to URI spec
> -------------------------------------------------------
>
>                 Key: WAGON-217
>                 URL: http://jira.codehaus.org/browse/WAGON-217
>             Project: Maven Wagon
>          Issue Type: New Feature
>          Components: wagon-webdav
>            Reporter: Joakim Erdfelt
>            Assignee: Joakim Erdfelt
>             Fix For: 1.0-beta-3
>
>
> The dav:http:// and dav:https:// protocol "prefix" defined for wagon-webdav does not conform to the URI spec.
> This adds a layer of extra work for wagon integrators.
> Proposal:
> * Add more mappings to the WebdavWagon to allow use of protocols that conform to the URI spec.
>   Existing Protocols
>   * dav:http:// = http://
>   * dav:https:// = https://
>   
>   New Mappings
>   * dav:// = http://
>   * davs:// = https://
>   * dav+http:// = http://
>   * dav+https:// = https://

-- 
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