migration from 3.1 to 4.5 #355
-
|
Greetings! doesn't seem to match up. there is no such class in the directory org.owasp.csrfguard |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello @Ethan47345, Have you taken a look at the bundled test application in this repository? That should be a good enough starting point. The |
Beta Was this translation helpful? Give feedback.
Hello @Ethan47345,
Have you taken a look at the bundled test application in this repository? That should be a good enough starting point.
Starting from version 4.x I've added support for stateless applications, hence all the logic required for stateful application support has been moved to a separate maven module.
The
CsrfGuardHttpSessionListenerclass is still present, but under thecsrfguard-extension-sessionmodule.