Nineya
Home
Blog
软著申请
Spring Security Make return type of UserDetails related services be covariant
2025-01-18 07:21:59
2976
Expected BehaviorIt would be better if the return type became a covariant:Mono<? extends UserDetails>For example, ...
Spring Security Re-enable CI pipeline for 5.4.x branch
2025-01-18 07:21:56
215
We should re-enable the CI pipeline for 5.4.x using GitHub Actions.Blocked on https://hibernate.atlassian.net/browse/HV-...
Spring Security Add WebFlux WebSocket Support
2025-01-18 07:21:52
1150
SummaryAdd WebFlux WebSocket SupportComment From: bollywood-coderHi Rob,thank you so much for taking care of this. Secur...
Spring Security Fix OAuth2ResourceServerConfigurer member variable using Java 9+ feature
2025-01-18 07:21:49
655
The code in the 5.7.x branch is requiring JDK 11 https://github.com/spring-projects/spring-security/blob/f04cd641b035fc1...
Spring Security Build modules using Java 8
2025-01-18 07:21:46
335
We should use Java 8 to build our modules since we have to be Java 8 compatible.As of now, there is no way to know if we...
Spring Security SEC-1706: Support char[] for clear-text passwords so that erasable passwords can be used
2025-01-18 07:21:43
3582
Juan Antonio Farré Basurte (Migrated from SEC-1706) said:It's a good practice, whenever unencrypted passwords are manipu...
Spring Security SEC-1586: RemoteAuthenticationException is not catch by spring security filter
2025-01-18 07:21:41
2389
Ludovic Praud (Migrated from SEC-1586) said:When using remote authentication over RMI, I use RemoteAuthenticationManager...
Spring Security Remove dependency on conmmons-codec by using java.util.Base64
2025-01-18 07:21:38
1164
Currently some tests and one production class make use of commons-codec. The extra external dependency could be removed ...
Spring Security Align OAuth 2.0 Login/Client documentation with new format
2025-01-18 07:21:35
144
The OAuth 2.0 Login and OAuth 2.0 Client reference documentation needs to be updated to align with the new format introd...
Spring Security Filter Chain from child contexts are not applied
2025-01-18 07:21:33
5879
Describe the bugI'm using Spring Boot 2.4.2 with Spring Security 5.4.2.The application has a main context, with a WebSec...
Spring Security The title of Digest Authentication document doesn't render properly
2025-01-18 07:21:31
701
Describe the bugThe title of Digest Authentication in document (path: servlet/authentication/passwords/digest.adoc) does...
Spring Security Add RoleHierarchyAuthorizationManager
2025-01-18 07:21:28
303
To replace RoleHierarchyVoterComment From: evgeniychebanI'd like to take this.Comment From: evgeniycheban@jzheaux I thin...
Spring Security Should SAML metadata EntityDescriptor tag have the md: prefix?
2025-01-18 07:21:25
7059
Expected BehaviorAll tags in the metadata xml have md: or other appropriate prefixes, except for the EntityDescriptor ta...
Spring Security Add AuthorizationManager XML Support for Filter Security
2025-01-18 07:21:17
129
Add authorization-manager-ref and use-authorization-manager to <http>, similar to <websocket-message-broker>...
Spring Security Automate moving open issues to next milestone
2025-01-18 07:21:15
224
Comment From: sjohnrClosing as we want to use open issues to block an automated release instead (see gh-11257). Moving a...
Spring Security Create Embedded LDAP Support Classes
2025-01-18 07:21:12
757
Currently it requires multiple beans to support embedded ldap support. @Bean UnboundIdContainer ldapContainer() { ...
Spring Security SAML: Document how to change validation for audiences when using example IssuerSaml2AuthenticationRequestFactory
2025-01-18 07:21:10
449
SummaryThe documentation shows as example IssuerSaml2AuthenticationRequestFactory on how to get "more control", but it d...
Spring Security Strategy for reading the actual CSRF token from the request
2025-01-18 07:21:08
205
SummaryCurrently the CsrfTokenRepository allows loading the expected CsrfToken from the request. It would be nice if the...
Spring Security Support reading specific HTTP Request CSRF tokens only from header
2025-01-18 07:21:06
539
SummaryThis would be nice to solve the fact that protecting multipart requests (file uploads) from CSRF attacks causes a...
Spring Security Add Bearer Token Test Support
2025-01-18 07:21:04
577
Related to https://github.com/spring-projects/spring-security/issues/6634Testing authentication flows that include a JWT...
上一页
下一页
1
…
632
633
634
635
636
…
2246
.