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/12/07 05:15:43 UTC

[jira] Updated: (SOLR-428) Restrict valid RequestHandler names

     [ https://issues.apache.org/jira/browse/SOLR-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated SOLR-428:
-------------------------------

    Attachment: SOLR-428-HanderNameRestriction.patch

> Restrict valid RequestHandler names
> -----------------------------------
>
>                 Key: SOLR-428
>                 URL: https://issues.apache.org/jira/browse/SOLR-428
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Ryan McKinley
>            Priority: Minor
>         Attachments: SOLR-428-HanderNameRestriction.patch
>
>
> In SOLR-350, we added support for multiple cores.  To access each core, you send a request to:
> http://host:port/context/@core0/handlerpath - uses core0
> http://host:port/context/@core1/handlerpath - uses core1
> This is fine unless a hander is registered to the a name that starts with '@'
> I think we should make a rule that the 1st character has to be a letter or digit.  This will give us room to treat other leading punctuation as a key token.  
> Perhaps it is not fair to add this restriction after 1.2, but it is (hopefully) a rare case so not a big deal.  I guess we could add a configurable flag to not check this condition...

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