https://bz.apache.org/bugzilla/show_bug.cgi?id=69131

--- Comment #3 from Robert Rodewald <robert.rodew...@kopsis.com> ---
How about making the static method matchFiltersURL of ApplicationFilterFactory
public and using it in the AuthenticatorBase? In general there should be a very
small amount of mappings for this one filter, so performance implications
should be minimal.

Other alternatives:
- copy the static method over to AuthenticatorBase
- extracting it into some utility class and using it from both classes

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to