You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2007/04/05 22:42:32 UTC

[jira] Created: (SOLR-203) RequestHandler path normalization

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.


[jira] Updated: (SOLR-203) RequestHandler path normalization

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated SOLR-203:
-------------------------------

    Attachment: SOLR-203-PathNormalization.patch

> RequestHandler path normalization
> ---------------------------------
>
>                 Key: SOLR-203
>                 URL: https://issues.apache.org/jira/browse/SOLR-203
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Ryan McKinley
>         Attachments: SOLR-203-PathNormalization.patch
>
>
> 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.


[jira] Assigned: (SOLR-203) RequestHandler path normalization

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley reassigned SOLR-203:
----------------------------------

    Assignee: Ryan McKinley

> RequestHandler path normalization
> ---------------------------------
>
>                 Key: SOLR-203
>                 URL: https://issues.apache.org/jira/browse/SOLR-203
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Ryan McKinley
>         Assigned To: Ryan McKinley
>         Attachments: SOLR-203-PathNormalization.patch
>
>
> 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.


[jira] Closed: (SOLR-203) RequestHandler path normalization

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley closed SOLR-203.
------------------------------

    Resolution: Fixed

committed in 532987

> RequestHandler path normalization
> ---------------------------------
>
>                 Key: SOLR-203
>                 URL: https://issues.apache.org/jira/browse/SOLR-203
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Ryan McKinley
>         Assigned To: Ryan McKinley
>         Attachments: SOLR-203-PathNormalization.patch
>
>
> 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.