Nineya
Home
Blog
软著申请
Spring Security Ensure Serializable Security Components declare serialVersionUID
2025-01-18 09:50:12
16774
To ensure backward compatibility, Security components that implement Serializable should have a serialVersionUID.Based o...
Spring Security Prepare Request Matching for Spring Framework Changes
2025-01-18 09:50:09
1315
In future versions of Spring Security, we should move away from PathMatcher (used by AntPathRequestMatcher) and HandlerM...
Spring Security WebAuthn login fails when CredentialsRequestOptions.publicKey.allowCredentials is not empty
2025-01-18 09:50:06
1219
Describe the bugWhen the list of allowed credentials is not null in the /webauthn/authenticate/options response is not e...
Spring Security Make PublicKeyCredentialRequestOptions Serializable
2025-01-18 09:50:03
215
We should make PublicKeyCredentialRequestOptions implement Serializable. This will ensure that it an be persisted in dis...
Spring Security Automatically apply Customizer Beans to the Security DSL
2025-01-18 09:50:01
3197
This would allow users to easily apply global changes to Spring Security (apply to multiple Security FilterChains). It a...
Spring Security OAuth2 client integration with WebSocketClient
2025-01-18 09:49:58
7504
In spring-security-oauth2-client 5.1, OAuth2 client is supported fairly well with webflux's WebClient via ServerOAuth2Au...
Spring Security ConcurrentsessionControlAuthenticationStrategy has a problem? SetMaximumSessions(1), how many logins are needed?
2025-01-18 09:49:55
7239
ConcurrentSessionControlAuthenticationStrategy 有问题?setMaximumSessions(1),还需要两次登入?期望出现同一个账号,第二次登入时,可以直接将第一个 JSESSIONID 设置...
Spring Security Document how to custom MethodSecurityMetadataSource
2025-01-18 09:49:53
4630
import java.lang.reflect.Method;import java.util.Collection;import org.springframework.context.annotation.Configuration;...
Spring Security Support for WebAuthn Registration for anonymous user
2025-01-18 09:49:50
5763
I upgraded from Spring Security 6.3 to 6.4. I was using Yubico's WebAuthn, and I am in the process of trying to switch t...
Spring Security Implementations of OpaqueTokenIntrospector fail to URL encode client secret
2025-01-18 09:49:42
4518
Describe the bugBoth the SpringOpaqueTokenIntrospector and NimbusOpaqueTokenIntrospector use the clientId and clientSecr...
Spring Security PublicKeyCredentialUserEntityRepository saves anonymousUser
2025-01-18 09:49:40
5323
Asked in Stack Overflow a week ago.https://stackoverflow.com/questions/79322876/why-does-spring-security-webauthn-authen...
Spring Security Add serialize/deserialize PublicKeyCredentialCreationOptions support with ObjectMapper
2025-01-18 09:49:37
378
Spring Security should add support for serialize/deserialize PublicKeyCredentialCreationOptions with ObjectMapper so it ...
Spring Security Add serialize/deserialize PublicKeyCredentialRequestOptions support with ObjectMapper
2025-01-18 09:49:35
377
Spring Security should add support for serialize/deserialize PublicKeyCredentialRequestOptions with ObjectMapper so it i...
Spring Security WebAuthn + Redis doesn't work; Redis defaults to JdkSerializationRedisSerializer, WebAuthn classes lack Serializable interface, WebAuthn mixins missing for GenericJackson2JsonRedisSerializer
2025-01-18 09:49:33
12551
Describe the bugWebAuthn persistence only works using in-memory SessionRepository?1. PublicKeyCredentialCreationOptions2...
Spring Security Make PublicKeyCredentialCreationOptions Serializable
2025-01-18 09:49:30
149
We should make PublicKeyCredentialCreationOptions implement Serializable. This will ensure that it an be persisted in di...
Spring Security [build] Settings.gradle's logic to handle different buildFile name could result in phantom subproject
2025-01-18 09:49:28
5943
Expected BehaviorRegardless of the buildFile names, no phantom subprojects should be created. If a subproject has a def...
Spring Security Mistake in FILTER_SECTION_NAME attribute
2025-01-18 09:49:25
551
It seems mistake in FILTER_SECTION_NAMEOther keys starts from spring.security but FILTER_SECTION_NAME starts from secur...
Spring Security Simplify Specifying servletPath in the Java DSL
2025-01-18 09:49:22
222
Currently, this is only possible by constructing an MvcRequestMatcher, which is MVC-specific and requires a HandlerMappi...
Spring Security Add PathPatternRequestMatcher
2025-01-18 09:49:20
301
Spring Framework 5 introduced PathPattern and PathPatternParser, and these are components that we should be able to stan...
Spring Security Simplify CSRF Configuration for SPAs
2025-01-18 09:49:18
4521
For a SPA, the current recommendation for configuration CSRF is three-fold:set the CsrfTokenRepository to CsrfTokenRepos...
上一页
下一页
1
…
509
510
511
512
513
…
2246
.