Spring Security Update org.aspectj to 1.9.9.1

Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/d0327807a76a68de4ef04f...

Spring Security Update io.rsocket to 1.1.2

Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/f880f1ba2634ad08da7328...

Spring Security Update reactor-netty to 1.0.18

Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/71dafc0c061cc1087b8fdc...

Spring Security Update io.projectreactor to 2020.0.18

Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/71dafc0c061cc1087b8fdc...

Spring Security Update mockk to 1.12.3

Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/7d9357b871edd68f0de18e...

Spring Security Update jackson-datatype-jsr310 to 2.13.2

Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/0b02bbecd1579e924b7130...

Spring Security Update jackson-databind to 2.13.2.2

Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/0b02bbecd1579e924b7130...

Spring Security Update jackson-bom to 2.13.2.20220328

Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/0b02bbecd1579e924b7130...

Spring Security Update logback-classic to 1.2.11

Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/932a5cc8b411798a4e3e98...

Spring Security Add Support for Explicitly Saving SecurityContext

We should remove SecurityContextPersistenceFilter in favor of explicit saves to the SecurityContextRepository. This will...

Spring Security Create ForceEagerSessionCreationFilter

Currently Spring Security's SecurityContextPersistenceFilter has two tasks:* (optionally) eagerly create sessions * Usin...

Spring Security Add Option to Filter All Dispatcher Types

Expected BehaviorThe AuthorizationFilter and the DSL should have a property where users can set whether or not they want...

Spring Security Add OpenSaml 4 support

Please upgrade to OpenSaml 4 libraries. Currently the latest version in the Shibboleth repository is 4.0.1.OpenSaml 3 wi...

Spring Security Httpsecurity authenticationmanagerbuilder conflicts with authenticationmanagerbuilder in spring @ bean

Describe the bugWhen I use spring @ Autowired to obtain authenticationmanagerbuilder, it is inconsistent with the authen...

Spring Security Custom Filter throws NullPointerException (.FilterOrderRegistration.getOrder is null)

Describe the bugRunning SpringBoot version 2.6.3Spring Security 5.6.1Running .addFilterBefore(new FireBaseTokenFilter(),...

Spring Security DefaultWebInvocationPrivilegeEvaluator can't handle rules based on remote address

Describe the bugWhen the ErrorPageSecurityFilter kicks in, it uses the DefaultWebInvocationPrivilegeEvaluator to determi...

Spring Security FilterInvocation#getFullRequestUrl can result in UnsupportedOperationException: public abstract java.lang.String javax.servlet.ServletRequest.getScheme() is not supported

Describe the bugCalling FilterInvocation#getFullRequestUrl can throw UnsupportedOperationException: public abstract java...

Spring Security Regression in 5.6.2: UnsupportedOperationException: public abstract void javax.servlet.ServletRequest.setAttribute(java.lang.String,java.lang.Object) is not supported

Describe the bugWe have a method that checks if a request refers to a given path using private Optional<Method>...

Spring Security authorizeExchange should pick up ReactiveAuthorizationManager bean

It would be nice to pick up a ReactiveAuthorizationManager @Bean and apply it by default to authorizeExchange.This would...

Spring Security authorizeHttpRequests should pick up AuthorizationManager bean

authorizeHttpRequests replaces authorizeRequests. Specifically, it presents applications with the option to use a simpli...
上一页 下一页
.