Nineya
Home
Blog
软著申请
Spring Security Document what is the difference between new requestMatchers and securityMatchers
2025-01-18 09:37:58
11441
Expected BehaviorIs it possible to have a more detailled documentation about the difference betwenn new requestMatchers ...
Spring Security Why is UsernamePasswordAuthenticationFilter a GenericFilterBean and not OncePerRequestFilter?
2025-01-18 09:37:55
1855
Why is UsernamePasswordAuthenticationFilter a GenericFilterBean and not a OncePerRequestFilter?Comment From: jzheauxUsua...
Spring Security Cache miss for REQUEST dispatch to 'url' (previous null). Performing MatchableHandlerMapping lookup. This is logged once only at WARN level, and every time at TRACE.
2025-01-18 09:37:52
1152
I recently upgraded our Spring Boot application from version 2.4.3 to 3.3.3. Although I saw some tickets related to this...
Spring Security Can some addresses printed on the Default Security Filter Chain be hidden
2025-01-18 09:37:50
1359
2024-11-05 17:41:22.348 INFO 22832 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any req...
Spring Security Make it easier to determine where a filter chain has been defined
2025-01-18 09:37:47
21729
Expected BehaviorWhen there a multiple filter chains configured for any request, Spring Security should make it as easy ...
Spring Security AbstractAuthenticationFilterConfigurer: add defaultSuccessUrl() function which doesn't override the successHandler field, or the variant with successHandler parameter
2025-01-18 09:37:44
4009
Expected BehaviorFor FormLoginConfigurer, builder chain defaultSuccessUrl().<...>.successHandler() applies results...
Spring Security A way to re-enable CSRF for OAuth2 bearer token requests
2025-01-18 09:37:41
12014
We have user-facing services which are accessed via OAuth2 proxy, so they are configured as resource server and bearer t...
Spring Security Upgrade nimbus-jose-jwt:jar to 9.37.3 in Spring Security 5.8.x
2025-01-18 09:37:38
1188
Hello,would it be possible please to upgrade Nimbus dependency in Spring Security 5.8.x?The library is vulnerable to htt...
Spring Security Make name resolution configurable in OpenSamlLogoutRequestValidator
2025-01-18 09:37:36
8346
Describe the bugSpring SAML considers NameID to hold username, populates Saml2AuthenticatedPrincipal#name with NameID va...
Spring Security ServerBearerTokenAuthenticationConverter validates parameters when not enabled
2025-01-18 09:37:33
586
ServerBearerTokenAuthenticationConverter validates the query parameter access_token when allowUriQueryParameter is false...
Spring Security An empty-string bearer token should result in an appropriate HTTP status code
2025-01-18 09:37:30
22284
Describe the bugIf allowFormEncodedBodyParameter or allowUriQueryParameter of DefaultBearerTokenResolver is set to true,...
Spring Security Updating to spring-security-web-6.3.4 breaks http request header mutation feature
2025-01-18 09:37:26
2537
We use org.springframework.http.server.reactive.ServerHttpRequest#mutate to add a header into a HTTP request in a class ...
Spring Security HttpHeaders cannot be mutated with firewalled requests from StrictServerWebExchangeFirewall
2025-01-18 09:37:24
1907
Describe the bugSince spring-security 6.3.4 headers from firewalled requests from the new StrictServerWebExchangeFirewal...
Spring Security StrictServerWebExchangeFirewall behavior in Spring-Security-Web 6.3.4
2025-01-18 09:37:21
1273
Expected BehaviorStrictServerWebExchangeFirewall should be overridable so that allowEncodedSlashes can be set.Current Be...
Spring Security No permission to download dependencies from repo.spring.io when building documentation
2025-01-18 09:37:18
1437
I tried to build the documentation via ./gradlew :spring-security-docs:antora, but the following exception occurred.FAIL...
Spring Security Allow Saml2MetadataFilter to work without AssertingPartyDetails in RelyingPartyRegistration
2025-01-18 09:37:16
4451
Expected BehaviorSaml2MetadataFilter should not require information about an identity provider / asserting party in orde...
Spring Security (Spring Boot 2.7->3.2) Duplicate @PreAuthorize annotation error across class hierarchy
2025-01-18 09:37:13
9716
Describe the bugI have an abstract class that has the @PreAuthorize annotation. Its subclass also has an identical @PreA...
Spring Security Add deprecation notice for missing leading slashes
2025-01-18 09:37:10
559
Some MVC frameworks allow for leaving out the leading slash from request mappings:@ApplicationPath("app")Which...
Spring Security Release 5.8.15
2025-01-18 09:37:08
228
Comment From: drdpovHey @rwinch could you please clarify regarding this version, I saw that 5.8.x is out of support (acc...
Spring Security The SCrypt class does not exist, but it is used in the internal implementation of SCryptPasswordEncoder
2025-01-18 09:37:05
1514
The problemThe SCrypt class does not exist, but it is used in the internal implementation of SCryptPasswordEncoder. SCry...
上一页
下一页
1
…
520
521
522
523
524
…
2246
.