RequestHandler path normalization
---------------------------------

                 Key: SOLR-203
                 URL: https://issues.apache.org/jira/browse/SOLR-203
             Project: Solr
          Issue Type: Bug
            Reporter: Ryan McKinley


see: http://www.nabble.com/solr-release-planning-for-1.2-tf3520205.html

when you register:
 <requestHandler name="/update/csv" ...

It should work at both:
 http://localhost:8983/solr/update/csv   
 http://localhost:8983/solr/update/csv/ 

This patch strips trailing / off the path when you put it in and take it out.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to