Eric Pugh created SOLR-18095:
--------------------------------

             Summary: Allow users to remap writertypes and request handlers to 
No Operation verion
                 Key: SOLR-18095
                 URL: https://issues.apache.org/jira/browse/SOLR-18095
             Project: Solr
          Issue Type: Improvement
            Reporter: Eric Pugh


In older versions of Solr there was a NoOpResponseWriter that could be used to 
disable a writer type.  This was removed.

This PR proposes to introduce a new NoOpResponseWriter and NoOpRequestHandler 
to let a user disable specific writer types and request handlers.   The 
NoOpRequestHandler would return a 403 FORBIDDEN.   The NoOpResponseWriter will 
either return a message in plain text or maybe return an exception?

 

This would be a minimal change to Solr, so could be backported as well. 

 

See SOLR-18079 for a related idea. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to