Nineya
Home
Blog
软著申请
Spring Security Rate Limiting
2025-01-18 05:53:15
10703
SummaryIt would be nice if Spring Security supported Rate Limiting. This should provide support for the web, but not be ...
Spring Security Typo in title of SAML2 Sample Readme
2025-01-18 05:53:09
905
The title of the file samples/boot/saml2login/README.adoc is currently "OAuth 2.0 Login Sample". It should be "SAML 2.0 ...
Spring Security Reactive equivalents for security expression handling and url-based access control
2025-01-18 05:53:06
9548
SummaryIn the new thymeleaf-extras-springsecurity5 I'm trying to make all the functionality already existing for Servlet...
Spring Security OAuth2Error when logged user tries to loggin again without logout
2025-01-18 05:53:03
3276
SummaryWhen loggin into my web application using oath2 (in this summary I will use google provider as example), it will ...
Spring Security Mock request with non-standard HTTP method in test
2025-01-18 05:52:59
695
Our build is failing when running against the latest Spring Framework snapshot.The test matchesRequireCsrfProtectionWhen...
Spring Security Preventing DoS attack in oAuth 2.0 with a valid access token
2025-01-18 05:52:54
1801
Expected BehaviorPlacing a limit on the number of requests a user can make using a valid access token to resource ser...
Spring Security ApacheDSContainer should allow a zero port
2025-01-18 05:52:51
1941
ApacheDS's TcpTransport allows for a zero port, selecting any available port at startup. It does not correctly propagate...
Spring Security Unused field in Md4PasswordEncoder
2025-01-18 05:52:44
990
It seems that the following line in Md4PasswordEncoder is redundant:https://github.com/spring-projects/spring-security/b...
Spring Security spring-security-custom-authenticationprovider-is-called-twice-and-fails
2025-01-18 05:52:39
3467
I have a similar problem mentioned in this SO thread - here.I have tried both the recommended solution in above SO threa...
Spring Security ACL : AclImpl.hashCode leads to StackOverflowError
2025-01-18 05:52:36
2718
SummaryWhen calling method AclImpl.hashCode, a java.lang.StackOverflowError is throwActual BehaviorA cross-reference exi...
Spring Security Unable to convert claim 'iss' of type 'class java.lang.String' to URL
2025-01-18 05:52:28
473
I am having string value in iss claim but spring security is expecting iss value as URL.. Is it possible to change somet...
Spring Security FilterInvocation Support Default Methods on HttpServletRequest
2025-01-18 05:52:26
3715
FilterInvocation creates a dummy HttpServletRequest to allow creating dummy HttpServletRequest instances. The DummyReque...
Spring Security Object ID Identity conversion to long fails on old schema
2025-01-18 05:52:21
2028
SummaryIn case of an old ACL schema where the object_id_identity is of type bigint instead of the current varchar(36), t...
Spring Security Message Compose in JavaConfig hellojs Sample Fails
2025-01-18 05:52:17
341
Describe the bugWhen attempting to compose a message in the Java Config hellojs sample, there is a JavaScript error.To R...
Spring Security Java Config hellojs Sample Login Fails
2025-01-18 05:52:15
238
Describe the bugWhen attempting to log in to the Java Config hellojs sample, it fails with a message:There is no Passwor...
Spring Security XML OpenID sample should POST to logout
2025-01-18 05:52:13
467
Describe the bugCurrently the XML OpenID sample uses GET /logout, which doesn't work since the DefaultLogoutPageGenerati...
Spring Security no 'addFilterBefore in kotlin dsl
2025-01-18 05:52:11
627
Expected Behaviorthere should be addFilterBefore method for http security kotlin dsl, for the equivalent of http.addFilt...
Spring Security Saml2WebSsoAuthenticationRequesFilter should be post-processed
2025-01-18 05:52:08
454
It should be possible to use an ObjectPostProcessor to post-process the configuration of Saml2WebSsoAuthenticationReques...
Spring Security Move TestRelyingPartyRegistrations
2025-01-18 05:52:06
153
TestRelyingPartyRegistrations is in spring-security-config, but it ought to be in the same package as RelyingPartyRegist...
Spring Security Examine SAML2 error code when assertion has invalid signature
2025-01-18 05:52:03
485
ScenarioA SAML2 response assertion has an invalid signature.BehaviorThis commit changed the expected Saml2Authentication...
上一页
下一页
1
…
705
706
707
708
709
…
2246
.