gus-asf commented on pull request #265: URL: https://github.com/apache/solr/pull/265#issuecomment-906550074
> We could convert SolrDispatchFilter to a Servlet. And maybe we should ditch things that seem of suspicious value, like the "excludePatterns" thing. Really if someone wants a servlet of their own then they are welcome to register it at some other path besides /solr. If Solr is at the root then maybe even Jetty can dispatch? I dunno but seems dubious. Yup, other things I intend to enable. The servlet spec REQUIRES the container to match the longest matching path when looking for a context so even if we installed at / this should not cover any other installed servlet. (which is why authentication should be a filter that can be applied (or not) in the config for other servlets if possible) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org