Nineya
Home
Blog
软著申请
Spring Security Unable to Use hasIpAddress() Method After Migrating to authorizeHttpRequests() in Spring Security 6
2025-01-18 08:24:04
1914
Describe the bugAfter migrating to Spring Security 6 and replacing the deprecated authorizeRequests(...) method with aut...
Spring Security Javadoc for AuthorizationFilter#filterErrorDispatch is wrong
2025-01-18 08:24:02
1115
In the Spring Security 6.1.1,The javadoc for the setFilterErrorDispatch method of the AuthorizationFilter class states t...
Spring Security Login With Otp Support
2025-01-18 08:23:59
1497
Currently we have support for Password Based Login in Spring Security. But I can't find any support for Login With OTP o...
Spring Security Support phc Password Storage
2025-01-18 08:23:55
90
We should support phc password storage as described in OWASP Password Storage Cheat Sheet.
Spring Security accessToken.getScopes(): Uncheck all the scopes in the Grants Page treated the same as selecting all the scopes
2025-01-18 08:23:53
2506
Describe the bugI'm converting my application from the Spring Security OAuth 2.5.2 version to the 5.6.9And I see differe...
Spring Security Improve Observability
2025-01-18 08:23:48
1216
Making Spring Security's actions observable at runtime will help make applications more secure. Following recommendation...
Spring Security Improve Documentation
2025-01-18 08:23:46
992
This issue is a theme for the Spring Security 6.2 release. Issues that relate to this will be added below.Documentation ...
Spring Security Consider removing XML configuration support
2025-01-18 08:23:43
323
Providing both Java and XML configuration support requires higher maintenance overhead. We should consider removing XML ...
Spring Security Consider Making Attribute Based Authorization Simpler to implement
2025-01-18 08:23:41
2602
In modern applications authorization decisions for different end points can take a look at many attributes of a request,...
Spring Security Consider introducing a new component model for authentication and authorization
2025-01-18 08:23:38
768
We should consider introducing a new component model for authentication and authorization with the main goal of improvin...
Spring Security Consider introducing a new authorization rules model
2025-01-18 08:23:36
655
We should consider introducing a new authorization rules model.Defining the authorization rules should be simple and nat...
Spring Security Consider redesigning the configuration model
2025-01-18 08:23:33
1152
We should consider redesigning the configuration model with the main goal of simplifying usage.The new configuration mod...
Spring Security Consider removing underused modules and APIs
2025-01-18 08:23:31
230
We should consider removing underused modules and APIs in Spring Security 7.0 to help reduce the maintenance and support...
Spring Security Consider enabling decentralized per-module security configuration
2025-01-18 08:23:29
914
When building a large application with many modules I want to be able to define spring security configuration in each mo...
Spring Security SEC-2083: Create a MethodSecurityExpressionHandler that can handle fixed-sized collections
2025-01-18 08:23:27
5577
Mattias Severson (Migrated from SEC-2083) said:When using annotations to filter collections based, e.g. @PostFilter("has...
Spring Security Automate opening issue to block release with reminders
2025-01-18 08:23:24
592
In order to account for blockers to the release process such as checking dependency update exclusions, updating dependen...
Spring Security A qustion for WebSecurityConfigurerAdapter deprecated
2025-01-18 08:23:22
447
In new Spring Security, what should I do to replace these code follw:@Override protected void configure(Authenticatio...
Spring Security CSRF Token is not cleared after successful authentication by CsrfAuthenticationStrategy
2025-01-18 08:23:19
3590
Describe the bugAfter implementing CSRF protection for SPAs following Spring's official guide, where it's stated that "R...
Spring Security Spring issue 10032 causing User can't use own implementation of SecurityContext
2025-01-18 08:23:16
8228
Describe the bugin issue https://github.com/spring-projects/spring-security/issues/10032After authentication, a new Secu...
Spring Security When the custom annotation contains @EnableMethodSecurity, MethodSecuritySelector.java does not take effect
2025-01-18 08:23:14
1118
Describe the bugCurrent version 6.1.0When I use the composite annotation to include @EnableMethodSecurity, similar to @C...
上一页
下一页
1
…
580
581
582
583
584
…
2246
.