Nineya
Home
Blog
软著申请
Spring Security It's not possible to disable micrometer obversability
2025-01-18 07:54:28
2269
This is a continuation of https://github.com/spring-projects/spring-boot/issues/33275As requested there, i will open an ...
Spring Security HttpSessionRequestCache.matchingRequestParameterName = continue
2025-01-18 07:54:25
704
Comment From: daixixidaiNo description provided.Hello,I found an error or problem when I used newest Spring Security(6.0...
Spring Security Reject use of Stream
2025-01-18 07:54:22
135
Similar to gh-9641 we should reject usage of StreamSee gh-7154Comment From: damingerdaiis it necessary to refuse to use ...
Spring Security CSRF token repository broken with Angular 14
2025-01-18 07:54:19
10665
Describe the bugAngular compatibility is broken with Spring Boot 3 RC1 and implementation of the XOR token generation.Th...
Spring Security Add isFullyAuthenticated to AuthenticatedTrustResolver
2025-01-18 07:54:17
500
Since isFullyAuthenticated is a composition of isAnonymous and isRememberMe, a default convenience method can be added:d...
Spring Security Option to remove KeyInfo (or replace X509Data with KeyName) from signature
2025-01-18 07:54:14
2333
The SAML IDP that we use requires us to follow these rules:When signing metadata, it should contain the element, and it...
Spring Security Spring Security protect-pointcut error when using with Spring Boot
2025-01-18 07:54:11
2560
Describe the bugI have a Spring boot application that want to secure with Spring Security. I want to use protect-pointcu...
Spring Security OIDC UserInfo no longer being fetched
2025-01-18 07:54:07
1545
Describe the bugI believe that the fix for CVE-2022-31690 has broken OidUserInfo fetching in some cases.org.springframew...
Spring Security defaultScope always returns an empty list
2025-01-18 07:54:03
1159
Describe the bugIn your commit from 28. Oct https://github.com/spring-projects/spring-security/commit/26a51ee1983a70e7db...
Spring Security Allow the order of the filter in AbstractAuthenticationFilterConfigurer to be customized
2025-01-18 07:54:01
2525
Expected BehaviorAllow the order of the filter being added in AbstractAuthenticationFilterConfigurer.configure to be cus...
Spring Security [CsrfWebFilter] For what this line?
2025-01-18 07:53:58
552
https://github.com/spring-projects/spring-security/blob/45a963a011f3190ac9870d1c82d39ebe91fa39d3/web/src/main/java/org/s...
Spring Security ava.lang.NoSuchMethodError: com.nimbusds.jose.proc.JWSVerificationKeySelector.<init>(Ljava/util/Set;Lcom/nimbusds/jose/jwk/source/JWKSource;)V
2025-01-18 07:53:55
14080
Writing an okta OCID/oauth2 integration with our application and I've had to upgrade spring and spring security -springV...
Spring Security http.authorizeHttpRequests((authorize) -> authorize.requestMatchers( "/h2-console/**").permitAll()); Not working
2025-01-18 07:53:52
7496
Describe the bugWhen adding the H2 console as an exception (white listing) in the SecurityFilterChain, the /h2-console r...
Spring Security SEC-348: CASProvider tries to autenticate on every request
2025-01-18 07:53:50
3990
"Gustavo Fernandes":https://jira.spring.io/secure/ViewProfile.jspa?name=phlox said:I am using CAS provider with a httpin...
Spring Security Incorrect sample code in securityMatcher migration docs
2025-01-18 07:53:46
1695
While updating our security configurations as part of the Spring Boot 3.0.0 upgrade, I noticed a mismatch between the up...
Spring Security Application doesn't start after updating from 5.7.5 to 5.8.0 due to not finding DeferredSecurityContext
2025-01-18 07:53:43
6852
Describe the bugAfter updating spring-security-test from v5.7.5 to v5.8.0, the application doesn't start anymore. The re...
Spring Security Prepare upgrade of reactor-core to version 3.5.0
2025-01-18 07:53:33
588
As per the reactor-core:3.5.0 release notes some deprecated methods were removed.Although it's not yet possible to pass ...
Spring Security Incompatibility of spring-security 5.7 and 5.8 with reactor-core 3.5.0
2025-01-18 07:53:31
1112
Describe the bugIn #11194, the Mono.subscriberContext() and Flux.subscriberContext() calls were replaced since they were...
Spring Security SecurityContextHolder setDeferredContext(Supplier<SecurityContext>) / Supplier<SecurityContext> getDeferredContext()
2025-01-18 07:53:28
2154
In order to support a lazy access of the SecurityContext we should add methods to the SecurityContextHolder that allow s...
Spring Security Enhancement about the defaultRolePrefix
2025-01-18 07:53:25
1835
Expected BehaviorThere are many places where the stringliteral 'ROLE_' is used.Why not define a public static final cons...
上一页
下一页
1
…
606
607
608
609
610
…
2246
.