/archiva/browse URL does not work on WebSphere
----------------------------------------------

                 Key: MRM-725
                 URL: http://jira.codehaus.org/browse/MRM-725
             Project: Archiva
          Issue Type: Bug
          Components: web application
    Affects Versions: 1.0.1
         Environment: WebSphere 6.1
            Reporter: Steffen Grunwald


The browse URL is not recognized, since the RepositoryActionMapper uses the 
ServletPath to determine the "browse" prefix in the path.
The JEE 5 spec specifies [1]:
"This method will return an empty string ("") if the servlet used to process 
this request was matched using the "/*" pattern."
If your appserver works as described the "browse" in the URL can only be 
determined by using getPathInfo().

[1] 
http://java.sun.com/javaee/5/docs/api/javax/servlet/http/HttpServletRequest.html#getServletPath()

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