Nineya
Home
Blog
软著申请
Spring Security Update to Spring Boot 2.2.6.RELEASE
2025-01-18 05:43:42
121
Update to Spring Boot 2.2.6.RELEASEComment From: spring-projects-issuesFixed via e3c3601cf67aca876a45c9be52c4a0be9ba1ee2...
Spring Security Update to Reactor Dysprosium-SR6
2025-01-18 05:43:38
118
Update to Reactor Dysprosium-SR6Comment From: spring-projects-issuesFixed via dbdf02e86441efdc33e85a3fd3c75dc9bded68c0
Spring Security Update tests to use absolute paths
2025-01-18 05:43:34
368
SummaryThe changes made for spring-projects/spring-framework#24556 in Spring Framework 5.2.4 break our tests that do not...
Spring Security Update to Spring Framework 5.2.5
2025-01-18 05:43:31
118
Update to Spring Framework 5.2.5Comment From: spring-projects-issuesFixed via 6a9585dc0d7dd89c7af9d9b21867aec299d1b783
Spring Security SEC-2934: Support OpenID Connect
2025-01-18 05:43:29
2432
Scott Rossillo (Migrated from SEC-2934) said:About OpenID Connect:bq. OpenID Connect 1.0 is a simple identity layer on t...
Spring Security SEC-2958: README.adoc update to Spring 4
2025-01-18 05:43:26
275
Sebastian Hähnel (Migrated from SEC-2958) said:README.adoc mentions "Spring Security 3.1 requires Spring 3.0.3 as a mini...
Spring Security Duplicate Vary headers after enabling CORS filter
2025-01-18 05:43:23
2703
SummaryI have noticed strange behavior when requesting a static resource with GET, while having the cors filter enabled ...
Spring Security .antMatchers(HttpMethod.POST, "/login").permitAll() is not working
2025-01-18 05:43:20
2171
Hello,I am trying to enable a POST authentication api as per below but all requests are gettig a 401:@Overrideprotected ...
Spring Security BasicAuthenticationConverter does not handle invalid headers
2025-01-18 05:43:18
1553
If you take a look at BasicAuthenticationConverter.java @ convert(HttpServletRequest request), around line 90, you'll se...
Spring Security HttpServletRequest.logout() not functioning
2025-01-18 05:43:14
7122
SummaryFail to logout in a Spring MVC Controller via HttpServletRequest.logout().@Controller@RequestMapping(value = &quo...
Spring Security SpringTestContext returns ConfigurableWebApplicationContext
2025-01-18 05:43:06
125
SummarySpringTestContext returns ConfigurableWebApplicationContext. This will allow for using it to create a MockMvc ins...
Spring Security OAuth2LoginAuthenticationProvider uses OAuth2AuthorizationCodeAuthenticationProvider
2025-01-18 05:42:58
991
The OAuth2LoginAuthenticationProvider performs most of the same logic that exists in OAuth2AuthorizationCodeAuthenticati...
Spring Security SEC-2977: AnonymousAuthenticationFilter.createAuthentication() creates passes incorrect value to the constructor of AnonymousAuthenticationToken
2025-01-18 05:42:56
395
Jacob Lu (Migrated from SEC-2977) said:The following code passes userAttribute.getPassword() to the principal field of A...
Spring Security java.lang.IllegalArgumentException: serverWebExchange cannot be null when using WebClient with client_credentials
2025-01-18 05:42:53
7928
SummaryFrom my service I am performing http calls to an external service OAuth2 protected. The flow that we are using fo...
Spring Security Broken links found in doc
2025-01-18 05:42:49
240
I happened to found some links broken about ClientRegistration in "oauth2-login.adoc".I fixed these in the https://githu...
Spring Security Use HTTP Basic Auth with OAuth2 login at the same time
2025-01-18 05:42:47
926
SummaryIs it possible to configure HTTP Basic Auth for a group of paths and OAuth2 for the rest of the application?Actua...
Spring Security SEC-2903: Expire a session via the SessionRegistry interface
2025-01-18 05:42:44
508
Kazuki Shimizu (Migrated from SEC-2903) said:I want to expire a session via the SessionRegistry interface as same as Ses...
Spring Security Spring webflux security form login not working, '/login' page 404 not found.
2025-01-18 05:42:42
13027
SummaryI've already configured SecurityWebFilterChain to enable formLogin in a Spring Cloud Gateway application, but whe...
Spring Security WebSecurity#ignoring() doesn't have an effect
2025-01-18 05:42:39
1364
SummaryWhen you set web.ignoring().antMatchers("/resources/**") filters are still applying to "/resources/" containing U...
Spring Security SwitchUserFilter vulnerable to CSRF
2025-01-18 05:42:35
1739
SummaryIt seems the SwitchUserFilter responds to all HTTP methods, making it vulnerable to CSRF attacks. Actual Behavior...
上一页
下一页
1
…
713
714
715
716
717
…
2246
.