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. +
