Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public CsrfConfigurer<H> ignoringRequestMatchers(RequestMatcher... requestMatche
* </p>
*
* @author Michael Vitz
* @since 5.1
* @since 5.2
*
* @param sessionAuthenticationStrategy the {@link SessionAuthenticationStrategy} to use
* @return the {@link CsrfConfigurer} for further customizations
Expand Down Expand Up @@ -316,7 +316,7 @@ private AccessDeniedHandler createAccessDeniedHandler(H http) {
* {@link CsrfAuthenticationStrategy} is created.
*
* @author Michael Vitz
* @since 5.1
* @since 5.2
*
* @return the {@link SessionAuthenticationStrategy}
*/
Expand Down