Nineya
Home
Blog
软著申请
Spring Security Consider adding PrincipalResolver to ExchangeFilterFunctions
2025-01-18 09:43:24
714
We should align (Server|Servlet)OAuth2AuthorizedClientExchangeFilterFunction with OAuth2ClientHttpRequestInterceptor whi...
Spring Security Backport reusable workflows to 5.8.x
2025-01-18 09:43:22
126
Requires upgrading buildSrc in 5.8.x to use JDK 17 due to spring-security-release-plugin built against JDK 17.Related gh...
Spring Security Should return www-authenticate even for "X-Requested-With: XMLHttpRequest" requests
2025-01-18 09:43:19
13907
Describe the bugSince migrating to Spring Security 6, Calling APIs using simple jQuery/XHR with basic auth results in fi...
Spring Security Prepare for Spring Security 6.5
2025-01-18 09:43:16
1173
Based off of https://github.com/spring-projects/spring-security/issues/15155Cut the 6.4.x release branchUpdate SecurityN...
Spring Security Throw custom Exception when the HTTP Method is rejected
2025-01-18 09:43:13
3838
UpdatedWhen the HTTP Method is rejected MethodRejectedException will be thrown.NOTE: We are not going to do custom excep...
Spring Security Support UserDetailsService components in OAuth2 Resource Server flows
2025-01-18 09:43:10
14749
Spun out from #6219.We need the ability to apply a UserDetailsChecker to the OAuth2 Resource Server flows.My initial tho...
Spring Security Spring Security Overlaps SCG Router Mappings
2025-01-18 09:43:06
1421
Describe the bugfollowing up the discussion in https://github.com/spring-cloud/spring-cloud-gateway/issues/3636, it's no...
Spring Security carrier thread be suspended by synchronized in RemoteJWKSet
2025-01-18 09:43:02
776
RemoteJWKSet use synchronized for synchronization. But this will suspend the carrier thread.In some specific situations,...
Spring Security Mutate breaks functionality of StrictFirewallHttpHeaders with recently modified HttpHeaders#writabeHttpHeaders
2025-01-18 09:42:54
1260
Describe the bugWhen request wrapped by StrictServerWebExchangeFirewall / StrictFirewallHttpRequest is mutated, header s...
Spring Security Confusion over userNameAttributeName usage during loading in DefaultOAuth2UserService#loadUser
2025-01-18 09:42:51
3316
Describe the bug In the process of oidc authentication by default oauth2 client, I think DefaultOAuth2UserService#loadU...
Spring Security Documentation code snippets should consistently use joint tabs for java, kotlin, & XML
2025-01-18 09:42:49
157
Some of the code snippets in the documentation have separate sections for XML rather than placing it along with Java &am...
Spring Security SecurityContextHolderFilter does not apply to async dispatch
2025-01-18 09:42:46
87186
Describe the bugAs mentioned in gitter...My app currently runs on Spring Boot 2.7.4. I was testing compatibility with 3....
Spring Security Programmatic way to use expression-based authorization manager for websockets
2025-01-18 09:42:43
8876
Expected BehaviorWhen we configure MessageMatcherDelegatingAuthorizationManager it should be possible to provide an inst...
Spring Security Create a class analogous to AbstractHttpConfigurer for reactive applications
2025-01-18 09:42:41
2435
Expected BehaviorNeed to have an ability to get access to a ServerHttpSecurity object after it has been instantiated in ...
Spring Security Add "Best Match" based Web Authorization Rules
2025-01-18 09:42:38
1355
Currently the web based authorization rules are specified in a specific order and the first rule that matches the reques...
Spring Security ObservationAuthorizationManager is not picking up custom MessageSource implementation
2025-01-18 09:42:36
3034
Describe the bugObservationAuthorizationManager custom MessageSource implementation in AccessDeniedException message loc...
Spring Security acl - Unable to obtain the class id type - column name class_id_type was not found
2025-01-18 09:42:33
9179
Describe the bugI'm trying to use Spring Security in combination with ACLs. I use PostgreSQL as my database and have use...
Spring Security security:client-registrations doesn't take propertyconfigurer properties
2025-01-18 09:42:31
4283
This issue is similar to #8453I'm using Spring Security 5.4.5. The placeholders in tag are not resolved. Hard-coded val...
Spring Security Support RFC9449 - DPoP Authentication scheme
2025-01-18 09:42:28
4007
RFC9449 introduces a way to constraint tokens (access_token, refresh_token) to a client provided pub key.For a resource ...
Spring Security Endpoint returns a 500, instead of 403 status code when the user does not have required permission
2025-01-18 09:42:25
36366
Describe the bugWhen upgrading Spring boot from 3.2.5 to Spring boot 3.3.0, which contains a new version of Spring secur...
上一页
下一页
1
…
515
516
517
518
519
…
2246
.