Modify confusing error message on bad repository request.
---------------------------------------------------------
Key: MRM-298
URL: http://jira.codehaus.org/browse/MRM-298
Project: Archiva
Issue Type: Bug
Reporter: Joakim Erdfelt
The message ...
{code}
javax.servlet.ServletException: Unable to service DAV request due to
unconfigured DavServerComponent for prefix [internal-snapshots].
{code}
... is confusing, propose changing it to ...
{code}
Unable to service DAV request for non-existant repository urlname
[internal-snapshots]
{code}
Related topic, should this return an HTTP 404 response vs the current HTTP 500
response?
The repository is invalid, and 500 tells maven to blacklist the repository.
--
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