Nineya
Home
Blog
软著申请
Spring Security Update reactor-netty to 1.0.34
2025-01-18 08:25:33
138
Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/3bef5fd3ed81c839edc58a...
Spring Security OAuth2 client autoconfiguration registers the OAuth2AuthorizationRequestRedirectFilter twice
2025-01-18 08:25:30
5247
Describe the bugThe default autoconfiguration of OAuth2 client:@BeanSecurityFilterChain oauth2SecurityFilterChain(HttpSe...
Spring Security The Cache-Control setting in Spring Security 6 is not taking effect.
2025-01-18 08:25:27
5475
Describe the bugA clear and concise description of what the bug is.Even after configuring authorizeHttpRequests to permi...
Spring Security The spring security filter chain does not execute expected, when the version is upgraded from 5.4.8 to 6.0.3
2025-01-18 08:25:16
1198
Describe the bugspring security does not execute as expected, when the version is upgraded from 5.4.8 to 6.0.3To Reprodu...
Spring Security Security config upgrade 5.7.8 to 6.1.0, api response status from 500 to 403
2025-01-18 08:25:06
2357
SummaryActual BehaviorBefore the upgrade, throwing a custom exception returns 500 errors.After the upgrade, 403 is retur...
Spring Security Add SupplierClientRegistrationRepository
2025-01-18 08:24:55
2008
SupplierJwtDecoder allows for deferring the query to the authorization server for JWKS, allowing resource servers to res...
Spring Security Add ClientAuthenticationMethod#toString
2025-01-18 08:24:51
882
The error message:This class supports client_secret_basic, client_secret_post, and none by default. Client [%s] is using...
Spring Security Error message should show underlying Client Authentication method
2025-01-18 08:24:49
884
The error message:This class supports client_secret_basic, client_secret_post, and none by default. Client [%s] is using...
Spring Security once-per-request="true" does not work in XML configuration
2025-01-18 08:24:45
1334
Describe the bugWhen using XML configuration with once-per-request="true" with use-authorization-manager="false" as per ...
Spring Security NullPointerException in io.micrometer.common.KeyValues
2025-01-18 08:24:41
10590
Hello,we have a set of Java Spring Boot applications, that we updated today to version 3.0.7. For monitoring the applica...
Spring Security Docs link leads to wrong section on What's New
2025-01-18 08:24:39
125
The docs link that refers to the new .with(...) method is leading to a wrong place in the documentation, that should be ...
Spring Security Align Return Types of no-arg and Customizer arg Configuration Methods
2025-01-18 08:24:36
1364
It is a common way to configure Spring Security like this:http.formLogin();http.httpBasic();Where each configuration is ...
Spring Security Provide reactive implementation of AuthorizedClientServiceOAuth2AuthorizedClientManager
2025-01-18 08:24:34
2589
We should provide a reactive implementation equivalent of AuthorizedClientServiceOAuth2AuthorizedClientManager.Comment F...
Spring Security Customizing AccessDeniedHandler for MissingCsrfTokenException when an InvalidSessionStrategy exists
2025-01-18 08:24:29
8475
Use caseSignaling a CSRF problem to client app via 403 or some other status-code, while invalid sessions result in 401. ...
Spring Security OAuth2AuthorizedClient doesn't get removed when 403 returned by Resource Server
2025-01-18 08:24:25
4926
Describe the bugwhen configuring WebClient using ServerOAuth2AuthorizedClientExchangeFilterFunction with AuthorizedClie...
Spring Security 500 returned by oauth2 secured endpoint.
2025-01-18 08:24:22
1615
Describe the bugWhen hitting an oath2 resource server secured endpoint while micrometer is recording trace spans and Rea...
Spring Security Optimize Querying of RequestCache -> continue parameter
2025-01-18 08:24:19
1072
Expected BehaviorDo not append endless continue parameters.Current BehaviorAdds endless continue parametersContextI have...
Spring Security Cannot invoke "io.micrometer.observation.Observation$Scope.getPreviousObservationScope()" because "scope"
2025-01-18 08:24:15
436
As mentioned in https://github.com/reactor/reactor-core/issues/3522 - reopening an issue in spring-security project.Kind...
Spring Security Add client authentication to DefaultOAuth2UserService
2025-01-18 08:24:12
1480
Expected BehaviorAs RFC 7662 states:the endpoint MUST also require some form of authorization to access this endpoint, s...
Spring Security Why does RequestRejectException occur when a client sends a request to OAuth?
2025-01-18 08:24:09
1089
IssueException in client's API requestI knew that "//" was a problem in the error logging message, so I thought the clie...
上一页
下一页
1
…
579
580
581
582
583
…
2246
.