Nineya
Home
Blog
软著申请
Spring Security Add order offset to @EnableMethodSecurity
2025-01-18 08:48:29
1031
Since @EnableMethodSecurity defines multiple method interceptors, an order attribute may be misleading. That said, it wo...
Spring Security Add <saml2-login> support in xml configuration
2025-01-18 08:48:23
1280
Expected BehaviorSimilarly to oauth2-login, it should be possible to configure saml2-login in xml.We would need somethin...
Spring Security ReactiveMethodSecurityConfiguration is initialized prematurely when the context contains a BeanPostProcessor
2025-01-18 08:48:20
3985
Describe the bugReactiveMethodSecurityConfiguration is initialized prematurely when the context contains a BeanPostProce...
Spring Security X-Xss-Protection header "1; mode=block" differs in Servlet and Reactive
2025-01-18 08:48:17
269
X-Xss-Protection header, when set to mode=block, is different in Servlet and Reactive stacks:- X-Xss-Protection: 1; mode...
Spring Security Documentation about configuring SecuritySocketAcceptorInterceptor in Spring Boot is confusing
2025-01-18 08:48:15
1516
The phrasing in the section Adding SecuritySocketAcceptorInterceptor of the Spring Security documentation is confusing. ...
Spring Security Unable to Find 'filterProcessingUrl' Method in Spring Security 6.1.1 Saml2LoginConfigurer Configuration
2025-01-18 08:48:12
6301
I am using version 6.1.1 of Spring Security and I need to configure a single response processing endpoint for a federate...
Spring Security XML namespace with saml2-login configuration fails using Java 8 and spring-security 5.8
2025-01-18 08:48:10
1578
Describe the bugXML namespace with saml2-login configuration fails using Java 8 and spring-security 5.8.1:"java.lang.Uns...
Spring Security How to execute a filter or handler only once after successful SAML2 login?
2025-01-18 08:48:05
4597
I am using Spring Security with SAML2 service provider and have a requirement to set custom tokens as part of cookies in...
Spring Security Add hasIpAddress to Kotlin DSL
2025-01-18 08:48:02
319
This issue adds support for hasIpAddress in the Kotlin DSL.Related #10571Comment From: atrifyllis10571 is closed, why is...
Spring Security Consider turning off the automatic injection of 'WebSecurity' and 'MethodSecurity' in the configuration file
2025-01-18 08:47:59
2288
Hello, how can I disable the functionality of @EnableWebSecurity and @EnableMethodSecurity in the configuration file whe...
Spring Security Integrate HandlerMappingIntrospector Caching
2025-01-18 08:47:55
467
HandlerMappingIntrospector lookups may be performed multiple times per request. This is not good for performance and can...
Spring Security Allowing back-channel communication with the Identity provider to fetch the issuer's setting.
2025-01-18 08:47:52
9596
Hi,Let me start by thanking you for your service to the Java community. I have been using Spring + Spring security for m...
Spring Security Oauth2 resource server always failing for google opaque token validation because of hard coded "token" and not "access_token"
2025-01-18 08:47:50
1998
SpringOpaqueTokenIntrospector.java at method requestBody is hardcoding the "token" as parameter key for passing access t...
Spring Security Adding CorsFilter in filterchain by calling addFilterAfter is not working
2025-01-18 08:47:46
4354
I am migrating to spring security 5.4.6 to 5.4.8. Cors filter is not having expected order now.Steps to reproduce the be...
Spring Security when use deprecated EnableGlobalMethodSecurity: almost all beans output WAN BeanPostProcessorChecker message
2025-01-18 08:47:40
6119
Expected BehaviorWAN BeanPostProcessorChecker message may not out put.Current Behavioralmost all beans out put warn me...
Spring Security fix wrong document about "jws-algorithms"
2025-01-18 08:47:36
255
$ git grep jws-algorithmdocs/modules/ROOT/pages/reactive/oauth2/resource-server/jwt.adoc: jws-algorithm: RS512d...
Spring Security Endpoint filters should be reachable when using spring.mvc.servlet.path
2025-01-18 08:47:34
5201
Expected BehaviorDefaultLoginPageGeneratingFilter supports manual path prefix, such as ${spring.mvc.servlet.path} prefix...
Spring Security Spring Security taking care about Authorization header for permitAll resources
2025-01-18 08:47:30
11400
Affects:Spring: 6.1.1Spring Boot: 3.2.0Spring Security: 6.2.0I have two simple endpoints /public and /private (with cred...
Spring Security Add Documentation for Max Sessions on WebFlux
2025-01-18 08:47:27
141
Create documentation for #6192 Comment From: marcusdacoregioClosing in favor of https://github.com/spring-projects/sprin...
Spring Security AnnotationConfigurationException when using PreAuthorize, CGLIB and EnableMethodSecurity
2025-01-18 08:47:23
2126
Describe the bugI perforrmed the method security migration, to replace deprecated EnableGlobalMethodSecurity annotations...
上一页
下一页
1
…
562
563
564
565
566
…
2246
.