404 when the dav url of an Archiva default repository (internal or snapshots)
is accessed
-----------------------------------------------------------------------------------------
Key: MRM-820
URL: http://jira.codehaus.org/browse/MRM-820
Project: Archiva
Issue Type: Bug
Components: repository interface, WebDAV interface
Affects Versions: 1.1
Environment: Tomcat 6.0.14
Ubuntu Linux 7.04
Maven 2.0.8
Reporter: Maria Odea Ching
To reproduce:
1. Install Archiva as a war. In this case, I used Tomcat.
2. Start the server
3. Go to the Repositories page and click the Webdav URL of any of the default
repositories.
4. This results to 'HTTP Status 404 - Not a valid request path layout, too
short.'
This is caused by the 'location' (/data/repositories/snapshots and
/data/repositories/internal) set in the default repositories. When I changed
the location to '../data/repositories/internal', it became
[TOMCAT_INSTALLATION]/data/repositories/internal when the config was saved and
the repository can now be browsed via the webdav url. Maybe we should change
the default to '../data/repositories/internal'. But we should also take note
that MRM-789 won't happen.
--
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