https://bz.apache.org/bugzilla/show_bug.cgi?id=69131
--- Comment #3 from Robert Rodewald <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
