-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.3
-
Component/s: Authentication
-
Tags:
-
Sprint:nxFG 10.3.8
-
Story Points:1
The Nuxeo Authentication mechanism allowed the definition of "prefilters". This was a hack needed to contribute dynamically servlet filters (used by OAuth 1 and OAuth 2) through extension points, whereas regular servlet filters have to be registered through the static deployment-fragment.xml.
Now that OAuth 1 and OAuth 2 don't use prefilters anymore, remove this obsolete hack.