Nineya
Home
Blog
软著申请
Spring Security Issue with HttpSecurity.logout() for frontend
2025-01-18 07:34:35
1789
We are not able to get CORS headers from CROSFIlter in logout request which restrict browsers to read the response. Erro...
Spring Security Add remaining methods from ExpressionUrlAuthorizationConfigurer to AuthorizeHttpRequestsConfigurer
2025-01-18 07:34:33
5017
[x] Add rememberMe to AuthorizeHttpRequestsConfigurer[x] Add fullyAuthenticated to AuthorizeHttpRequestsConfigurer[x] Ad...
Spring Security Allow multiple NameIdFormat in RelyingPartyRegistration
2025-01-18 07:34:30
2311
Expected BehaviorIn other Sp metadata provider (Okta for example), we can generate SP metadata that contains all the fol...
Spring Security @WithMockUser doesn't work on method annotated as @BeforeEach
2025-01-18 07:34:27
1345
SummaryStrange behaviour of @WithMockUser on method annotated as @BeforeEachActual Behavior@BeforeEach annotated method...
Spring Security OAuth 2.0 Client baseUrl schema wrong with TLS termination
2025-01-18 07:34:24
3586
SEE: SPRING-BOOT #12593SummaryTLS termination seems to cause baseUrl to use http instead of httpsActual BehaviorTLS term...
Spring Security Remove deprecated allowMultipleAuthorizationRequests
2025-01-18 07:33:37
161
Remove deprecated allowMultipleAuthorizationRequests in HttpSessionOAuth2AuthorizationRequestRepository and WebSessionOA...
Spring Security Add package javadoc to remaining packages
2025-01-18 07:33:35
606
spring-javaformat-checkstyle 0.032+ requires package javadoc which breaks the Spring Security Build. We need to fix the ...
Spring Security Update org.junit.jupiter to 5.9.0-RC1
2025-01-18 07:33:31
138
Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/bbccc48d2ff1694df2bdbf...
Spring Security Update org.jetbrains.kotlin to 1.7.10
2025-01-18 07:33:29
138
Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/0c14a36ad6609b0ed15c02...
Spring Security Update to Kotlin 1.7
2025-01-18 07:33:26
290
Spring Framework updated to Kotlin 1.7 and so to align dependency versions, Spring Security should also update to Kotlin...
Spring Security Provide alternative for MD5 hashing in remember me token
2025-01-18 07:33:15
2396
Expected BehaviorTo hash passwords and secret keys a secure hashing algorithm (e.g., SHA256) should be used.Current Beha...
Spring Security Methods Secured With Multiple @PreAuthorize Silently Only Execute One
2025-01-18 07:33:11
1265
Describe the bugOn a controller method annotated with multiple instances of @PreAuthorize, only the first annotation is ...
Spring Security Add MethodExpressionAuthorizationManager
2025-01-18 07:33:03
121
Related to #11105. A method-based version will be useful for <protect-pointcut> and other method security features...
Spring Security Improve docs on dispatcherTypeMatcher
2025-01-18 07:33:00
391
With both the AuthorizationFilter and FilterSecurityInterceptor applying to every dispatcher type, we should make it eas...
Spring Security Automate 5.6.x releases
2025-01-18 07:32:54
146
Backport release automation from main to 5.6.x.Related gh-10451Comment From: github-actions[bot]Fixed via 148756076c22f0...
Spring Security Automate 5.7.x releases
2025-01-18 07:32:51
146
Backport release automation from main to 5.7.x.Related gh-10451Comment From: github-actions[bot]Fixed via d76c321f8c300c...
Spring Security Change interface with constants to final class
2025-01-18 07:32:48
306
We should change interface that define constants only to public final class (same as JoseHeaderNames).This change should...
Spring Security Update javadoc in CommonOAuth2Provider
2025-01-18 07:32:44
338
The original intent of CommonOAuth2Provider is to provide sensible defaults for the HttpSecurity.oauth2Login() flow when...
Spring Security Update io.r2dbc:r2dbc-h2 to 1.0.0.RC1
2025-01-18 07:32:42
717
Upgrade io.r2dbc:r2dbc-h2 (used as testImplementation in oauth2-client) to 1.0.0 once spring-r2dbc is compatible with th...
Spring Security WebSessionServerRequestCache only supports saving GET requests
2025-01-18 07:32:39
14884
Expected BehaviorWebSessionServerRequestCache or another ServerRequestCache implementation should support saving POST re...
上一页
下一页
1
…
622
623
624
625
626
…
2246
.