Nineya
Home
Blog
软著申请
Spring Security PrePostTemplateDefaults pick up the ConversionService bean
2025-01-18 09:28:31
2414
Expected BehaviorWhen a ConversionService bean is defined, it should be picked up by the AuthorizationAnnotationUtilsCur...
Spring Security Allow usage of reactive WebClient for NimbusJwtDecoder to retrieve JwkSet
2025-01-18 09:28:29
2776
Expected BehaviorShould it be possible to use reactive WebClient to create non-reactive JwtDecoder?NimbusJwtDecoder.with...
Spring Security AbstractRequestMatcherRegistry#computeErrorMessage is invoked unnecessarily (can cause performance issues)
2025-01-18 09:28:26
1303
Describe the bugFollowing the change made inhttps://github.com/spring-projects/spring-security/commit/dab48d25b0e235fc7b...
Spring Security Support @AuthorizedReturnObject for Java Records
2025-01-18 09:28:23
297
Comment From: jzheauxI'm not yet sure how we will do this since records are final and thus cannot be proxied by CGLib. I...
Spring Security When using @EnableReactiveMethodSecurity there doesn't seem to be a way to mechanism to override or replace the PermissionEvaluator
2025-01-18 09:28:20
1832
DescriptionWhen using @EnableReactiveMethodSecurity the "ReactiveAuthorizationManagerMethodSecurityConfiguration" is loa...
Spring Security CookieRequestCache should set SameSite on the REDIRECT_URI cookie
2025-01-18 09:28:18
1571
Describe the bugWhen using CookieRequestCache, Firefox complains:Cookie “REDIRECT_URI” does not have a proper “SameSite”...
Spring Security BCryptPasswordEncoder NOT working as intended
2025-01-18 09:28:08
3092
Bug-DescriptionWhen using BCryptPasswordEncoder in kotlin I have encountered a bug where two obviously different strings...
Spring Security Spring Security 6.2 defaults to InMemoryOidcSessionRegistry causing memory leaks in distributed systems with external session storage
2025-01-18 09:28:05
4386
Describe the bugDefault configuration of InMemoryOidcSessionRegistry causes memory leak in cloud environments using exte...
Spring Security Consider a better default for OTT's GeneratedOneTimeTokenHandler
2025-01-18 09:27:59
223
See https://github.com/spring-projects/spring-security/pull/15492#discussion_r1729166058Comment From: marcusdacoregioClo...
Spring Security Improve usability for Spring Security
2025-01-18 09:27:57
469
This issue is a major theme for next generation of Spring Security. Issues that relate to this will be added below.[ ] #...
Spring Security Consider deprecating Global Authentication
2025-01-18 09:27:54
1436
In the extreme majority of Spring Boot applications, @EnableGlobalAuthentication is turned on, either through explicit u...
Spring Security MethodAuthorizationDeniedHandler should allow access to the returnObject on PostAuthorize
2025-01-18 09:27:52
411
I think this could be done by ensuring that the AuthorizationResult for PostAuthorize has the returnObject on it. We sho...
Spring Security Investigate how to reduce the need for @JsonSerialize
2025-01-18 09:27:49
247
To JSON serialize the proxied objects that are the result of using @AuthorizeReturnObject, it's necessary to annotate th...
Spring Security mockJwt() WebTestClientConfigurer with MockMvcWebTestClient throws a NullPointerException.
2025-01-18 09:27:47
28939
Describe the bugmockJwt() WebTestClientConfigurer does not seem to work with MockMvcWebTestClient that was introduced in...
Spring Security loginProcessingUrl not working help me!
2025-01-18 09:27:42
5279
Even though I set loginProcessingUrl in Spring Security settings, I only get redirected with 302 when submitting the for...
Spring Security Spring Auth Server - Data doesn't persist to (Azure) Redis
2025-01-18 09:27:38
2349
Hi there,I don't know why, but I keep getting this error when my Spring Auth Server boots up.Bootup Error2024-08-03T20:1...
Spring Security Dynamic Configuration of SecurityWebFilterChain with ServerHttpSecurity and Potential for Improvement
2025-01-18 09:27:32
4775
Description:Hi Spring Security Team,I'm working on a project where I'm using Spring Security with Spring Cloud Config an...
Spring Security Find Roles for Authority using the RoleHierarchy?
2025-01-18 09:27:29
2793
My current understanding (and please correct me if this incorrect) is that - an Authority is essentially an externally m...
Spring Security Include FilterChain on SessionInformationExpiredEvent to allow continuing the request
2025-01-18 09:27:27
6314
I expect to always be able to invoke endpoints marked with permitAll. However, ConcurrentSessionFilter early aborts such...
Spring Security @PreAuthorize should not apply method security to inherited concrete methods
2025-01-18 09:27:24
4883
Describe the bugI don't know the exact spring security patch version where this behavior changed, but in 6.2.4 I had a s...
上一页
下一页
1
…
529
530
531
532
533
…
2246
.