Nineya
Home
Blog
软著申请
Spring Security Proxy Server section is not linked in nav
2025-01-18 08:20:16
117
The documentation has a section for Proxy Servers in the Appendix but it is not showing up in the navigation sidebar.
Spring Security {baseUrl} in java configuration does not return the proper path if the server is behind the reverse proxy
2025-01-18 08:20:12
693
When a server is behind a reverse proxy, the first part of path in URL could be used to represent the server,For example...
Spring Security add userdetail enhancement interface after authentication success and expand event attributes
2025-01-18 08:20:09
1698
Add an interface to be called after successful authentication to enhance userdetailBecause there are some userdetails at...
Spring Security Provide meaningful error when invalid client-authentication-method is provided
2025-01-18 08:20:05
295
If an invalid client-authentication-method is configured (eg "basic"), then the authorization code request is made with ...
Spring Security @RestControllerAdvice annotation does not intercept AuthenticationException.
2025-01-18 08:20:03
5950
Describe the bug@RestControllerAdvice annotation does not intercept AuthenticationException.To ReproduceSteps to reprodu...
Spring Security Fix Antora Warnings
2025-01-18 08:20:00
132
Currently the Antora build reports warnings. The warnings should be resolved and the playbook should be updated to fail ...
Spring Security Simplify Content-Security-Policy Configuration
2025-01-18 08:19:56
921
With the removal of X-XSS-Protection, it would be nice to simplify adding Content-Security-Policy.One way to do this is ...
Spring Security Stack overflow on recursive call of SecurityContextHolder
2025-01-18 08:19:54
20627
Describe the bugCause a recursive call on a method getCurrentAuditor, then cause a stack overflow and internal 500 error...
Spring Security OAuth2 invalid registrationId request to modify BAD_REQUEST status to respond
2025-01-18 08:19:51
1438
SummaryWhen an OAuth2 Authorization request encounters a ClientRegistration request that does not exist, it is respondin...
Spring Security CsrfRequestPostProcessor stomps over what is configured via CsrfConfigurer#csrfTokenRepository
2025-01-18 08:19:48
1421
Describe the bugWe are using CSRF with the CookieCsrfTokenRepository. It is setup via CsrfConfigurer#csrfTokenRepository...
Spring Security Revisit Authorization Documentation
2025-01-18 08:19:45
3710
[x] Request Authorization (Servlet)[x] Method Authorization (Servlet)[ ] Request Authorization (Reactive)[ ] Method Auth...
Spring Security WebSecurityConfiguration is missing @CondidtionalOnClass on security-web classes
2025-01-18 08:19:43
5206
Describe the bugThe spring-security-config modules defines an optional dependency on spring-security-web. However, in We...
Spring Security No longer maintained net.sourceforge.nekohtml with known security issues
2025-01-18 08:19:38
1396
Expected BehaviorIt would be ideal if we could migrate to the updated fork of the library https://github.com/sparklemoti...
Spring Security Make eclipse/vscode project import work
2025-01-18 08:19:36
152
Forward port of #12930 Comment From: jzheauxClosed in https://github.com/spring-projects/spring-security/commit/c053f6f0...
Spring Security Additional filters registered when using Custom DSL
2025-01-18 08:19:33
4195
I'm using Spring Boot 2.7.12Spring Security 5.8.3(I did test with Spring Boot 3.1.0, and I am facing the same issue)Desc...
Spring Security Deprecated hint on BasicAuthenticationFilter
2025-01-18 08:19:27
870
Hi Spring Security Team,first of all: Thanks for your effort and your amazing work!I recently read through the JavaDoc o...
Spring Security CasAuthenticationFilter.successfulAuthentication missing call to securityContextRepository.saveContext
2025-01-18 08:19:25
1759
Describe the bugorg.springframework.security.cas.web.CasAuthenticationFilter.successfulAuthentication seems to be missin...
Spring Security permitall() not working
2025-01-18 08:19:22
2387
Describe the bugWith permitall() configuration, request still go into filter.Spring Security 6.1.0To Reproduce@Configura...
Spring Security Improve javadoc about deprecation of .and() and non-Customizer methods
2025-01-18 08:19:19
345
Some users related that they are confused about the replacement for the deprecated methods. We should make that easier b...
Spring Security Simplify Spring Security
2025-01-18 08:19:17
195
Mission: To simplify Spring Security.This ticket will list all the tasks in our mission to simplify the usage of Spring ...
上一页
下一页
1
…
583
584
585
586
587
…
2246
.