Nineya
Home
Blog
Spring Security Add Support for AuthenticationConverter to AbstractAuthenticationProcessingFilter
The primary reason for classes needing to override attemptAuthentication is that AbstractAuthenticationProcessingFilter ...
2025-03-21 14:11:51
798
Spring Security OneTimeTokenAuthenticationFilter should propagating the request when there is no token in the request
OneTimeTokenAuthenticationFilter throws an exception if authenticationConverter returns null. However, it seems reasonab...
2025-03-21 14:11:43
2062
Spring Security WebFlux reference links to Servlet docs
Describe the bugThere's a reference to WebFlux that links to the Servlet documentation:xref:servlet/authentication/index...
2025-03-21 14:11:15
330
Spring Security [Docs] Broken link on Spring MVC Test Integration page
Describe the bugThere is a broken link on the Spring MVC Test Integration documentation page. The link to "Spring MVC Te...
2025-03-21 14:11:00
801
Spring Security AuthorizationDenied and Granted EventListeners Should Support Generics
It would be nice if users could listen for authorization events specific to the type of source:@EventListenerpublic void...
2025-03-21 14:10:44
546
Spring Security PathPatternRequestMatcher Include Optional Servlet Path in the pattern
I wonder if it would be better to change PathPatternRequestMatcher to include the servlet in the PathPattern that should...
2025-03-21 14:10:36
6474
Spring Security MailSender not working in the OTT Docs
Describe the bugIn the documentation of One-Time Token Login, the initial code to handle OTT generation under the sub-se...
2025-03-17 14:00:53
215
Spring Security Structure101 plugin resolution failures in gradle tasks
Resolution of the s101 plugin fails due to 404s on structure101 paths. Possibly related to sonarsource acquisition FAIL...
2025-03-17 14:00:51
486
Spring Security Use FormPostRedirectStrategy in SAML 2.0 Filters
With the addition of FormPostRedirectStrategy, it would be nice to remove code from the SAML 2.0 filters that do this in...
2025-03-15 14:02:48
188
Spring Security AccessDeniedHandler/AuthenticationEntryPoint does not work
https://github.com/denberr95/spring-lessonsDescribe the bugI am implementing an application with Spring Boot 3.4.3 and S...
2025-03-15 14:02:40
3734
Spring Security Documentation: Login by REST API bypasses spring-security principles
Expected BehaviorImplementing authentication via REST based API should "feel good" when implementing it according to the...
2025-03-12 14:07:53
2455
Spring Security Duplicate section in OAuth-2.0-Migration-Guide Wiki
In the Wiki, in the Resource Server section of the OAuth 2.0 Migration Guide there is a duplicate section: ==== Simplifi...
2025-03-12 14:03:21
438
Spring Security Method Security does not switch to Interface Proxies for final Classes
If Spring Security's method security is used on a final class that implements an interface it fails. Instead it should c...
2025-03-09 14:01:34
912
Spring Security Add a Null-Returning MethodAuthorizationDeniedHandler
By default @HandleAuthorizationDenied uses an exception-throwing implementation. Another useful implementation would be ...
2025-03-08 14:06:43
367
Spring Security AuthorizationProxyFactory.proxy should return the same type that is passed into the method
This would make it type safe for consumers of the API. Instead ofService service = (Service) factory.proxy(new Service()...
2025-03-08 14:06:41
265
Spring Security filter is applied to paths that should be allowed in http security configuration with new SS 6.4.3
Describe the bugthis is how I configure http security using the SS 6.4.3 @Bean open fun securityFilterChain(http: Http...
2025-03-08 14:06:33
1172
Spring Security Security SpEL Expressions Should Propagate AuthorizationDeniedException from Proxied Objects
Related to #14600, if a proxied method in a spel expression throws and AuthorizationDeniedException, this should be prop...
2025-03-05 14:04:05
135
Spring Security oauth2: make it less painful to use a proxy
Expected BehaviorUsing a proxy should be much simpler as it's a common use caseCurrent BehaviorRequires applying proxy s...
2025-03-04 14:07:34
342
Spring Security Spring Security HTTP headers not added for large files
I made a Spring Boot application using version 3.3.7. I have configured my endpoint to generate some HTTP headers, using...
2025-03-04 14:07:24
2737
Spring Security Add meaningful toString/getIpAddress methods to org.springframework.security.web.util.matcher.IpAddressMatcher
Expected BehaviorIt should be possible to determine the address that IpAddressMatcher was instantiated with. Via a gette...
2025-03-03 14:01:35
1497
上一页
下一页
1
2
3
4
5
6
7
…
221
.