You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the sample in servlet/java-configuration/hello-security-explicit on Tomcat 10 and Tomcat 11 . But no luck. It seems that SecurityWebApplicationInitializer is not called ( I am using maven to get project libs)
To debug further, I try to print the list of application filters ( by using context.getFilterRegistrations() ) but the spring filters are not shown.
I tried to run the sample in
servlet/java-configuration/hello-security-explicit
onTomcat 10
andTomcat 11
. But no luck. It seems thatSecurityWebApplicationInitializer
is not called ( I am using maven to get project libs)To debug further, I try to print the list of application filters ( by using
context.getFilterRegistrations()
) but the spring filters are not shown.My
web.xml
:Am I missing something ?! Is this sample suppose to be run on Tomcat whiteout any changes ?
The text was updated successfully, but these errors were encountered: