dsmiley commented on PR #4119:
URL: https://github.com/apache/solr/pull/4119#issuecomment-3875483526

   > One of the things I hate about the servlet spec is the fact that they used 
these silly patterns instead of regexes. In a world where we only have one 
servlet it won't matter much, but if we have additional servlets that want to 
benefit from the filters, we will probably wind up going back to /* and then 
adding a regex parameter (like the existing path exclusion) to express 
alternation again...
   
   The ~realistic example you gave was splitting out "admin" and "update" and 
"query".  (a big ) *If* we were to want to do that (which I'm not convinced 
of), we could do this by having the SolrServlet be a dispatcher that forwards 
the request to the other named servlets that otherwise don't have url patterns 
mapped to them.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to