Spring Security Make @PreFilter & @PostFilter suitable for reactive methods

SummaryHey,The current implementation of the Pre- & PostFilter can not be used for the return type of Flux.By tryin...

Spring Security Add quiet period to Jenkins builds

When two builds for the same branch run very close together, sonar can at times get caught in a race condition, and one ...

Spring Security Suggestion: Allow spring security to be reused for non-web based applications

SummaryThe authentication reading/authentication request creation is not reuseable, because it's embedded in web related...

Spring Security Optimize settings.gradle

The script inside settings.gradle dynamically searches for all *.gradle files to determine the list of gradle projects/m...

Spring Security Update CAS sample to use cas-server-webapp 4.2.7

Spring Security already depends on cas-server-webapp:4.2.7; however, the casserver module uses 4.0.0:dependencies { ...

Spring Security Extract Authentication Documentation

SummarySimilar to how we extracted out the CSRF documentation, we should extract the authentication into the about secti...

Spring Security Remove sitemesh dependency

SummaryOur build currently depends on sitemesh, but it hasn't been updated in a very long time. We should remove it from...

Spring Security Manage Bouncycastle optional dependencie versions in a Maven BOM

SummaryI'm using Maven and spring-security-crypto. I need to import the org.bouncycastle:bcpkix-jdk15on optional depende...

Spring Security Update cas-server-webapp

SummaryOur samples are using an old version of cas-server-webapp. We should try to update to the latest versionComment F...

Spring Security Configure repositories in settings.gradle

We should configure the repositories in settings.gradle now that it supports shared repository configurationComment From...

Spring Security CSP compatibility saml2 service provider

Expected BehaviorIn the saml2 service provider there is a filter, Saml2WebSsoAuthenticationRequestFilter, who generate a...

Spring Security Add AuthorizationDecision to Authorization events

It would be nice if AuthorizationFailureEvent and AuthorizedEvent each held a reference to the AuthorizationDecision tha...

Spring Security CVE-2020-28052 on bouncy castle library

I already raise the same issue in Spring Project but just in case I'm posting it here as well.Spring framework has the b...

Spring Security Support order on bean definition for WebSecurityConfigurerAdapter

Currently, it is not possible to do this @Bean@Order(1)WebSecurityConfigurerAdapter testWebSecurityConfigurerAdapter() {...

Spring Security Digest Authentication should be deprecated due to insecure password storage requirements

Modern application should be using secure password storage and https. This means that Digest authentication is not possi...

Spring Security Add Kotlin DSL support for configuring AuthenticationDetailsSource of FormLogin and RememberMe

Currently, the AuthenticationDetailsSource can only be configured for httpBasic and x509. In theory, the same support fo...

Spring Security Not able to add custom parameters to OAuth Token Request

SummaryNot able to add custom parameters to OAuth Token Request as query paramsActual BehaviorI'm trying to build a cust...

Spring Security AbstractAuthenticationFilterConfigurer failureUrl Javadoc is incorrect

The failureUrl(String) Javadoc states that this method is a shortcut for invoking failureHandler(AuthenticationFailureHa...

Spring Security ACL add String AccessControlEntry#getKey()

In our project we have very complex security restrictions.When some Start event happens we grant some permissions to a s...

Spring Security BasicAuthenticationFilter breaks SwitchUserFilter

Describe the bugWhen using the SwitchUserFilter with Basic auth, BasicAuthenticationFilter.authenticationIsRequired() fa...
上一页 下一页
.