Replies: 2 comments
-
|
I didn't realize there is a jakarta version. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Can someone provide the configuration required in web.xml file for csrfguard 4.3.0-jakarta version. Looks like org.owasp.csrfguard.CsrfGuardHttpSessionListener is not available in 4.3.0-jakarta version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Even with version 4.3.0 its not working with Java 17 with Tomcat 10.1 as the CsrfGuardHttpSessionListener implements javax.servlet.http.HttpSessionListener instead of jakarta.servlet.http.HttpSessionListener.
Am i missing something here? Appreciate for any input here.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions