You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/06/20 06:04:31 UTC

[Solr Wiki] Update of "SolrSecurity" by OtisGospodnetic

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by OtisGospodnetic:
http://wiki.apache.org/solr/SolrSecurity

The comment on the change is:
>>From https://issues.apache.org/jira/browse/SOLR-1233?page=com.atlassian.jira.plu

------------------------------------------------------------------------------
    <requestParsers enableRemoteStreaming="false" ... />
  }}}
  
+ == Request Handler Paths ==
+ 
+ Solr provides access to request handlers through a general purpose /select?qt=request_handler_name URL.  Prior to ["Solr1.4"] (via SOLR-1233), request handlers named with a leading forward-slash like /select?qt=/request_handler_name could not be used, but had to be requested using /request_handler_name.  ["Solr1.4"] removes the forward-slash restriction and allows /select to work with any request handler name.  Externally blocking access to /select is recommended in environments where only path-based access to request handlers is warranted.
+