Spring Security The points in the FAQ *Why Not Use web.xml Security* are not quite appropriate

In Spring Security, FAQ Why Not Use web.xml Security? section, it states that some disadvantage when implementing securi...

Spring Security /oauth2/revoke endpoint returns status 200 but access token still valid in spring security 6

Describe the bugi have writen custom controller to logout user and in same controller i am calling .oauth2/revoke api us...

Spring Security If user does not do anything (i.e. use mouse, key press, scrolling etc) for 2 mins then user will be logged out automatically and the page will be redirected to login page:

Describe the bugA make a demo app that is work on the signup page and login page but when the user not active in 2 min t...

Spring Security AbstractSecurityInterceptor has old strategy after change of strategyName

Describe the bugAfter updating to the version 5.8.1, we have a problem with the AbstractSecurityInterceptor.In our code ...

Spring Security Spring Security 6.1.4 breaks authentication security context

Describe the bugAfter updating to Spring Security 6.1.4 (as part of Spring Boot 3.1.4), the authentication context is no...

Spring Security CookieServerCsrfTokenRepository does not add cookie

SummaryI have modified the https://github.com/rwinch/spring-security-sample boot-webflux branch to add CSRF using the Co...

Spring Security Untitled page title in documentation

Expected BehaviorShow title according to page section.Current BehaviorSpring Security > Servlet Applications > Tes...

Spring Security Run tests on JDK 21

Comment From: sjohnrRelated gh-12790Comment From: sjohnrReverted (temporarily) via d76e15d708e8667cd56e6db78cdbab4e96df4...

Spring Security WebTestClient + Spring Security MockMvc Support

Spring Security's MockMvc Support does not currently work with WebTestClient. This is a list of issues related to this p...

Spring Security Verify ReactorContext when using Virtual Threads

We need to verify that using Reactor Context and Virtual threads behaves as expected in terms of functionality and perfo...

Spring Security Integration Tests with Virtual Threads

From the Spring Security side we do not manage our own threads, but use existing abstractions. However, we do support pr...

Spring Security Improve the default authentication entry point settings when formLogin is enabled

Once formLogin is enabled, LoginUrlAuthenticationEntryPoint will become the only default authentication entry point. Htt...

Spring Security Saml-Metadata with special characters is corrupted

Forward port of #13861Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/...

Spring Security Saml-Metadata with special characters is corrupted

Forward port of #13860 Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit...

Spring Security Saml-Metadata with special characters is corrupted

Forward port of #13776 Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit...

Spring Security Saml-Metadata with special characters is corrupted

Describe the bugSaml metadata is corrupted once it contains special characters.To ReproduceConfigure the metadata to con...

Spring Security Mark ApacheDS classes for removal

The deprecated ApacheDS classes should be marked for removal in 7.0We should also document in "Preparing for 7.0" to sto...

Spring Security CookieClearingLogoutHandler cannot delete cookie when servlet context path is set

Describe the bugWhen my application is running on Tomcat with context path /foo, JSESSIONID session cookie is NOT delete...

Spring Security .requestMatchers("/xxx").permitAll() not working in Spring Security 6 with .csrf(csrf -> csrf.csrfTokenRepository(CookieCsrfTokenRepository.withHttpOnlyFalse()))

SummaryGitHub code scanning has reported a high-risk vulnerability titled "Disabled Spring CSRF protection". After I m...

Spring Security in Spring security 5 how to properly replace j_spring_security_check - how the POST /Login should work

Describe the bugA clear and concise description of what the bug is.To ReproduceSteps to reproduce the behavior.Expected ...
上一页 下一页
.