Nineya
Home
Blog
软著申请
Spring Security CI should not publish SNAPSHOT artifacts to OSS after the last supported release
2025-01-18 09:26:03
481
The existence of https://docs.spring.io/spring-security/site/docs/6.1.10-SNAPSHOT/api/ gives the impression that it may ...
Spring Security Webservice returns invalid response containing Empty Headers (":")
2025-01-18 09:26:01
16443
(Follow up of https://github.com/spring-projects/spring-framework/issues/33164)Our Webservice that uses WebFlux returns ...
Spring Security EnableMethodSecurity should publish only one bean of each AuthorizationAdvisor
2025-01-18 09:25:54
475
@EnableMethodSecurity, and more specifically MethodSecurityAdvisorRegistrar registers each Spring Security method interc...
Spring Security The deployDocs task sometimes fails to remove the previous Javadoc
2025-01-18 09:25:51
549
Sometimes, possibly due to a race condition, the deployDocs task fails in the following way:rm: cannot remove ‘/var/www/...
Spring Security SEC-2127: Support multiple hostnames
2025-01-18 09:25:49
6335
Condor (Migrated from SEC-2127) said:I have 3 related problems with the Spring Security CAS client:1. My web application...
Spring Security Getting Jackson Serialisation Error - not sure what / why (to do with Redis)
2025-01-18 09:25:47
15879
I'm persisting data to Redis, for my Spring Boot application. This requires me to create a custom Jackson Object Mapper ...
Spring Security Signature of Assertion from issuer was not valid and invalid destination for SAML response by multiple simultaneous login
2025-01-18 09:25:44
4062
Describe the bugI have encountered an issue with the Spring SAML library that leads to incorrect token validation during...
Spring Security Document @CurrentSecurityContext
2025-01-18 09:25:40
166
There is only documentation incidental to anonymous access about @CurrentSecurityContext. There should be a dedicated se...
Spring Security Observable session events
2025-01-18 09:25:38
694
Expected BehaviorSpring applications with sessions optionally expose an "observable" of session events (something like a...
Spring Security Consider Updating to LdapClient
2025-01-18 09:25:36
190
Spring LDAP 3 introduced LdapClient, a fluent alternative to LdapTemplate similar to WebClient and RestClient. It would ...
Spring Security Update spring-test to Mock TestContext in Tests
2025-01-18 09:25:33
254
A recent update in Spring Framework causes classes that use @Mock to mock TestContext to fail. Updating tests to mock Te...
Spring Security EnableWebSocketSecurity is not 1:1 replacement for AbstractSecurityWebSocketMessageBrokerConfigurer
2025-01-18 09:25:31
11820
Describe the bugWhen using AbstractSecurityWebSocketMessageBrokerConfigurer we can override sameOriginDisabled and enabl...
Spring Security Redis Serialisation Error
2025-01-18 09:25:28
805
I get this Serialisation Error with Redis, and don't know how to fix it?Can anyone help?More details here:https://stacko...
Spring Security Support Customizing Set of OpenSAML Validators
2025-01-18 09:25:25
878
Expected BehaviorOption to add/modify/remove SAML20AssertionValidators.attributeValidator especially subjects (BearerSub...
Spring Security Wrong class referenced in Spring Security documentation
2025-01-18 09:25:22
779
Expected BehaviorI have found one inconsistency in the spring security documentation.More specifically on this page http...
Spring Security Improve @AuthenticationPrincipal meta-annotations
2025-01-18 09:25:19
649
It would be nice if we could improve the support of @AuthenticationPrincipal meta-annotations to align with method secur...
Spring Security Add Offline Support to Structure101 Plugin
2025-01-18 09:25:17
484
When trying to build Spring Security when disconnected from the Internet, the Structure101 plugin complains with:Unknown...
Spring Security SEC-2983: InMemoryUserDetailsManager#loadUserByUsername should preserve custom UserDetails types
2025-01-18 09:25:15
2691
William Gorder (Migrated from SEC-2983) said:Is there a good reason for not returning MutableUser.delegate in the InMem...
Spring Security Backchannel logout requires JSESSIONID, but Spring session calls it SESSIONID
2025-01-18 09:25:12
897
I wasn't sure if this was a contradiction. It says here that the session cookie should be called: JSESSIONIDhttps://docs...
Spring Security @DeniedHandler should not require an ApplicationContext to function
2025-01-18 09:25:10
1170
The given test:public class HandleTests { @Test public void test() { AuthorizationProxyFactory proxyFactory ...
上一页
下一页
1
…
531
532
533
534
535
…
2246
.