Nineya
Home
Blog
软著申请
Spring Security Sample Code in Documentation Should Link to a Complete Sample
2025-01-18 09:42:22
225
Context of code snippets can be difficult to figure out. We should have a link from code snippets to complete working sa...
Spring Security Use Include for All Samples in Documentation
2025-01-18 09:42:20
134
We should use an include for all samples within the documentation. This will allow us to test the sample code to ensure ...
Spring Security Prepare for 2FA
2025-01-18 09:42:18
761
We need to ensure we have any potential breaking changes in for support of 2FAComment From: bensieglerHey @rwinch, the b...
Spring Security Prepare for HandlerMappingIntrospector Deprecation and Removal
2025-01-18 09:42:15
145
Spring Framework is planning on removing the HandlingMappingIntrospector. We should put the necessary things in place to...
Spring Security Simplify Custom Handling for Compromised Passwords
2025-01-18 09:42:13
375
Right now it is simple to prevent a user from authenticating when they have a compromised password. However, we should s...
Spring Security Include Compromised Password Information in UserDetails
2025-01-18 09:42:11
2846
Currently, there is no easy way to flag a UserDetails object that has its password compromised. There is no first-class ...
Spring Security Add JavaDoc to HttpSessionEventPublisher#sessionIdChanged
2025-01-18 09:42:08
1220
I noticed that the sessionIdChanged method in the HttpSessionEventPublisher class does not have a Javadoc comment. In co...
Spring Security Wrong evaluation of anyRequestFilterChain
2025-01-18 09:42:04
4246
Describe the bugAfter upgrading from Spring Boot 3.3.X to 3.4.0, thus using Spring Security 6.4.0 we encountered the pro...
Spring Security ReactiveOAuth2AuthorizedClientManagerRegistrar is not being autoconfigured
2025-01-18 09:41:54
5356
ERROR***************************APPLICATION FAILED TO START***************************Description:Parameter 0 of method ...
Spring Security How to deal with two IDPs having the same entity ID
2025-01-18 09:41:52
659
The issue arises because both IDPs have the same entityID in the EntityDescriptor but different ID values within it.I am...
Spring Security Improve error messaging when use-authorization-manager and access-decision-manager-ref conflict
2025-01-18 09:41:49
2274
Current BehaviorThe user has a project with Spring Security utilizing Access Decision Manager classes. They have the fol...
Spring Security Verification Options do not Return Saved Transports for Credentials
2025-01-18 09:41:46
3828
Describe the bugThe transports saved with the credential during the registration request are not returned in the transpo...
Spring Security Documentation of OpenSAML 5.x is not correct
2025-01-18 09:41:44
1782
Describe the bugThe details provided in the spring security page to use Open Saml 5.x has issues:https://docs.spring.io/...
Spring Security AccessDeniedException after migration to Spring Boot 3.0.x
2025-01-18 09:41:41
38791
I have a RestController with a org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody to download a...
Spring Security Spring Security Auto-Configuration regression between Spring Boot 3.3.6 and 3.4.0
2025-01-18 09:41:38
2369
Describe the bugCreating a new fresh Spring Boot application with Spring Security and Spring WebFlux leads to have React...
Spring Security s/write/right
2025-01-18 09:41:35
240
https://github.com/spring-projects/spring-security/blob/6.4.1/docs/modules/ROOT/pages/whats-new.adoc 'select the write' ...
Spring Security Adding cookie to the Saml2AuthenticationRequest is not possible
2025-01-18 09:41:33
1319
I have a condition in my application where we store certain values specific to the application in the cookies before sen...
Spring Security OAuth2 client - "client_secret" missing in the token request
2025-01-18 09:41:29
2557
Describe the bugThe client_secret parameter in the request body is missing while sending a token request.I'm using https...
Spring Security Fail when any filter chain declared after an AnyRequestMatcher filter chain
2025-01-18 09:41:26
8333
By default, a filter chain's securityMatcher defaults to any request:http// .securityMatcher("/**") <-- im...
Spring Security Spring boot 3.2.2 With Spring security 6.2.1 async Security context issue
2025-01-18 09:41:24
8843
Hi,Recently i tasked myself with bumping spring boot from 2.7.18 to 3.2.2 and I thought that it is over and it's working...
上一页
下一页
1
…
516
517
518
519
520
…
2246
.