Description
The HttpServer2.defineFilter creates a Filter instance for each context. By default, there are 3 contexts.
So there will be 3 separate AuthenticationFilter instances and corresponding AuthenticationHandler instances. This also results in 3 separate initializations of AuthenticationHandler.
The log file illustrating this repeated initialization is attached.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-11728 Try merging USER_FACING_URLS and ALL_URLS
- Patch Available
- is required by
-
HADOOP-10709 Reuse Filters across web apps
- Patch Available