[
https://issues.apache.org/jira/browse/SOLR-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl closed SOLR-2022.
-----------------------------
Resolution: Won't Fix
Tomcat admitted this was their bug and since Tomcat 7.0.5 this is fixed. See
https://issues.apache.org/bugzilla/show_bug.cgi?id=49422#c8
Resolving as "Won't fix", since solution is to upgrade Tomcat :)
> request handler paths ending in "/" don't work with Tomcat 7
> ------------------------------------------------------------
>
> Key: SOLR-2022
> URL: https://issues.apache.org/jira/browse/SOLR-2022
> Project: Solr
> Issue Type: Bug
> Affects Versions: 1.1.0, 1.2, 1.3, 1.4, 1.4.1, 1.4.2, 1.5, 3.1, 3.2, 4.0
> Reporter: Hoss Man
>
> As originally reported in this thread...
> http://search.lucidimagination.com/search/document/9c09498631b7afbb/problems_running_on_tomcat
> Tomcat 7 has made changes in how URLs are resolved that result in the
> requests with paths that end in a "/" character being given to the
> SolrDispatchFilter with "index.jsp" appended to them. This results in
> SolrDispatchFilter being unable to correctly identify some situations when a
> request should be processed by a request handler based on the name registered
> (ie: "/update/csv/" is seen as "update/csv/index.jsp" so as a result the
> handler registered to "/update/csv/ is not consulted). The problem manifests
> as a generic 404 (because the request is propagated to the underlying
> JspServlet which can not find these paths and jsps in the war)
> This is most notable in a basic solr install when clicking some URLs that are
> linked to from the main admin page (see comments below) but this problem can
> also affect any situation where a client is attempting to access a request
> handler (or "/select/") using a path ending in "/". The workaround is to
> remove hte trailing "/" character
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]