Nineya
Home
Blog
软著申请
Spring Security Make @PreFilter & @PostFilter suitable for reactive methods
2025-01-18 07:24:09
2219
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
2025-01-18 07:24:06
550
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
2025-01-18 07:24:04
7739
SummaryThe authentication reading/authentication request creation is not reuseable, because it's embedded in web related...
Spring Security Optimize settings.gradle
2025-01-18 07:24:00
968
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
2025-01-18 07:23:57
1475
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
2025-01-18 07:23:53
284
SummarySimilar to how we extracted out the CSRF documentation, we should extract the authentication into the about secti...
Spring Security Remove sitemesh dependency
2025-01-18 07:23:51
513
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
2025-01-18 07:23:48
1673
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
2025-01-18 07:23:45
201
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
2025-01-18 07:23:43
186
We should configure the repositories in settings.gradle now that it supports shared repository configurationComment From...
Spring Security CSP compatibility saml2 service provider
2025-01-18 07:23:40
713
Expected BehaviorIn the saml2 service provider there is a filter, Saml2WebSsoAuthenticationRequestFilter, who generate a...
Spring Security Add AuthorizationDecision to Authorization events
2025-01-18 07:23:37
1441
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
2025-01-18 07:23:35
878
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
2025-01-18 07:23:32
536
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
2025-01-18 07:23:29
135
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
2025-01-18 07:23:26
1481
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
2025-01-18 07:23:24
2367
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
2025-01-18 07:23:19
1013
The failureUrl(String) Javadoc states that this method is a shortcut for invoking failureHandler(AuthenticationFailureHa...
Spring Security ACL add String AccessControlEntry#getKey()
2025-01-18 07:23:17
512
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
2025-01-18 07:23:15
5411
Describe the bugWhen using the SwitchUserFilter with Basic auth, BasicAuthenticationFilter.authenticationIsRequired() fa...
上一页
下一页
1
…
630
631
632
633
634
…
2246
.