Gus Heck created SOLR-18046:
-------------------------------

             Summary: Move Rate limiting to it's own servlet filter
                 Key: SOLR-18046
                 URL: https://issues.apache.org/jira/browse/SOLR-18046
             Project: Solr
          Issue Type: Sub-task
          Components: Server
            Reporter: Gus Heck


The rate limiting code is using a Runnable to wrap the call to dispatch() and 
insert itself before tracing, but this complexity appears to all be focused on 
wrapping the request... just like a servlet filter... so let's use a filter.



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