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


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

        

Reply via email to