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
Copy file name to clipboardExpand all lines: extensions/csrf-reactive/runtime/src/main/java/io/quarkus/csrf/reactive/runtime/CsrfRequestResponseReactiveFilter.java
+29-6Lines changed: 29 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -87,12 +87,26 @@ public void filter(ResteasyReactiveContainerRequestContext requestContext, Routi
87
87
if (requestMethodIsSafe(requestContext)) {
88
88
// safe HTTP method, tolerate the absence of a token
89
89
if (isCsrfTokenRequired(routing, config)) {
90
-
// Set the CSRF cookie with a randomly generated value
0 commit comments