Gus Heck created SOLR-18048:
-------------------------------
Summary: Authn/Authz Filter
Key: SOLR-18048
URL: https://issues.apache.org/jira/browse/SOLR-18048
Project: Solr
Issue Type: Sub-task
Components: security, Server
Reporter: Gus Heck
Currently our code for authentication is invoked from the top of the dispatch
method. If one reads down into that code, it's actually going to singificant
lengths to mimic a filter (which is what most auth libraries anticipate, it
even goes so far as to create a lambda implmentation of FilterChain to satisfy
our authentication plugin api (which anticipated usage as a filter).
So, once we've got all the preceding functionality handled by filters, let's
use our authentication plugin API the way it is designed to be used... as a
servlet 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]