Spring Security CI should not publish SNAPSHOT artifacts to OSS after the last supported release

The existence of https://docs.spring.io/spring-security/site/docs/6.1.10-SNAPSHOT/api/ gives the impression that it may ...

Spring Security Webservice returns invalid response containing Empty Headers (":")

(Follow up of https://github.com/spring-projects/spring-framework/issues/33164)Our Webservice that uses WebFlux returns ...

Spring Security EnableMethodSecurity should publish only one bean of each AuthorizationAdvisor

@EnableMethodSecurity, and more specifically MethodSecurityAdvisorRegistrar registers each Spring Security method interc...

Spring Security The deployDocs task sometimes fails to remove the previous Javadoc

Sometimes, possibly due to a race condition, the deployDocs task fails in the following way:rm: cannot remove ‘/var/www/...

Spring Security SEC-2127: Support multiple hostnames

Condor (Migrated from SEC-2127) said:I have 3 related problems with the Spring Security CAS client:1. My web application...

Spring Security Getting Jackson Serialisation Error - not sure what / why (to do with Redis)

I'm persisting data to Redis, for my Spring Boot application. This requires me to create a custom Jackson Object Mapper ...

Spring Security Signature of Assertion from issuer was not valid and invalid destination for SAML response by multiple simultaneous login

Describe the bugI have encountered an issue with the Spring SAML library that leads to incorrect token validation during...

Spring Security Document @CurrentSecurityContext

There is only documentation incidental to anonymous access about @CurrentSecurityContext. There should be a dedicated se...

Spring Security Observable session events

Expected BehaviorSpring applications with sessions optionally expose an "observable" of session events (something like a...

Spring Security Consider Updating to LdapClient

Spring LDAP 3 introduced LdapClient, a fluent alternative to LdapTemplate similar to WebClient and RestClient. It would ...

Spring Security Update spring-test to Mock TestContext in Tests

A recent update in Spring Framework causes classes that use @Mock to mock TestContext to fail. Updating tests to mock Te...

Spring Security EnableWebSocketSecurity is not 1:1 replacement for AbstractSecurityWebSocketMessageBrokerConfigurer

Describe the bugWhen using AbstractSecurityWebSocketMessageBrokerConfigurer we can override sameOriginDisabled and enabl...

Spring Security Redis Serialisation Error

I get this Serialisation Error with Redis, and don't know how to fix it?Can anyone help?More details here:https://stacko...

Spring Security Support Customizing Set of OpenSAML Validators

Expected BehaviorOption to add/modify/remove SAML20AssertionValidators.attributeValidator especially subjects (BearerSub...

Spring Security Wrong class referenced in Spring Security documentation

Expected BehaviorI have found one inconsistency in the spring security documentation.More specifically on this page http...

Spring Security Improve @AuthenticationPrincipal meta-annotations

It would be nice if we could improve the support of @AuthenticationPrincipal meta-annotations to align with method secur...

Spring Security Add Offline Support to Structure101 Plugin

When trying to build Spring Security when disconnected from the Internet, the Structure101 plugin complains with:Unknown...

Spring Security SEC-2983: InMemoryUserDetailsManager#loadUserByUsername should preserve custom UserDetails types

William Gorder (Migrated from SEC-2983) said:Is there a good reason for not returning MutableUser.delegate in the InMem...

Spring Security Backchannel logout requires JSESSIONID, but Spring session calls it SESSIONID

I wasn't sure if this was a contradiction. It says here that the session cookie should be called: JSESSIONIDhttps://docs...

Spring Security @DeniedHandler should not require an ApplicationContext to function

The given test:public class HandleTests { @Test public void test() { AuthorizationProxyFactory proxyFactory ...
上一页 下一页
.