Nineya
Home
Blog
软著申请
Spring Security Simplifying Spring Security
2025-01-18 08:19:15
118
This issue is a theme for the Spring Security 6.1 release. Issues that relate to this will be added below.[x] gh-12629
Spring Security Concurrent session management not working. Setting Constraint on maximum session for session management
2025-01-18 08:19:12
3936
Bug descriptionThe bug is related to session management in the SecurityFilter chain. Setting max session in session mana...
Spring Security Integration Test is failing with CSRF error even though CSRF is disabled in Spring Security config
2025-01-18 08:19:08
4816
I have configured Spring Security to disable CSRF as follows:@Configuration@EnableWebSecurity@EnableMethodSecuritypublic...
Spring Security mockOAuth2Login() does not work in collaboration with Spring Cloud Gateway and TokenRelayGatewayFilter
2025-01-18 08:19:03
4431
Describe the bugWe implemented a Spring Cloud Gateway which is secured using an OAuth2 Login. It also relays the OAuth2 ...
Spring Security Support for pagination while using ACL based @PostFilter
2025-01-18 08:19:00
1601
SummaryWhen an entity repository is under ACL based security, it suffers from a huge issue of being unable to handle pag...
Spring Security HttpSecurity javadoc has broken links
2025-01-18 08:18:57
359
The following links in the HttpSecurity javadoc are broken, pointing to "3.2.x" instead of "current", link below takes y...
Spring Security Allow configuring the ActiveDirectoryLdapAuthenticationProvider in AuthenticationManagerBuilder
2025-01-18 08:18:55
9702
Currently, we are able to set standard LDAP provider via:@Configurationpublic class WebSecurityConfig extends WebSecurit...
Spring Security Stack overflow error when add RequestHeaderAuthenticationFilter
2025-01-18 08:18:52
6228
I'm usingSpring Boot 2.7.12Spring Security 5.8.3(I did test with Spring Boot 3.1.0, and I am facing the same issue)Descr...
Spring Security Exception messages cannot be properly internationalized
2025-01-18 08:18:49
5233
Describe the bugA clear and concise description of what the bug is.AbstractUserDetailsAuthenticationProvider class defin...
Spring Security Enhancement FormLoginConfigurer Adaptation custom UsernamePasswordAuthenticationFilter
2025-01-18 08:18:46
1515
Expected Behaviorspring security version:5.7.6custom UsernamePasswordAuthenticationFilter unable obtain HttpSecurity con...
Spring Security Investigate build failing with unauthorized
2025-01-18 08:18:32
184
https://github.com/spring-projects/spring-security/actions/runs/5120176165/jobs/9206368017https://spring.io/blog/2022/12...
Spring Security Allow java.lang.Long in whitelist for Jackson security
2025-01-18 08:18:30
9147
Expected BehaviorWhen using spring-security-oauth2-client in combination with spring-session-data-redis and enabling JSO...
Spring Security In version 6.x, customizing AbstractAuthenticationProcessingFilter, AuthenticationProvider, and AbstractAuthenticationToken cannot log in successfully.
2025-01-18 08:18:27
8315
In version 6.x, customizing AbstractAuthenticationProcessingFilter, AuthenticationProvider, and AbstractAuthenticationTo...
Spring Security Add initial Native section to reference docs
2025-01-18 08:18:24
176
Forward port of issue #12029 to 6.1.x.Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-...
Spring Security Align Resource Server documentation with Boot's capabilities
2025-01-18 08:18:20
520
Since 2.7.0 (https://github.com/spring-projects/spring-boot/pull/29084), Boot's had support for auto-configuring a valid...
Spring Security Document How to Handle Method Security in Native Image
2025-01-18 08:18:18
3604
Expected BehaviorSecurity SPEL (such as @PreAuthozied) needs custom native-image hints (such as @RegisterReflectionForBi...
Spring Security Add initial Native section to reference docs
2025-01-18 08:18:16
549
To make it easier to communicate what is supported in Spring Security and what are the limitations when working with nat...
Spring Security Cannot build \spring-security\samples\boot\saml2login project from source.
2025-01-18 08:18:13
7883
Describe the bugCannot build \spring-security\samples\boot\saml2login project from source.To ReproduceClone repository (...
Spring Security Support Mono<Boolean> for Method Security SpEL expressions
2025-01-18 08:18:10
18288
SummaryReactive method security requires the SpEL expression to return Boolean which does not work of the logic to deter...
Spring Security Cannot use HTTP Proxy for OAuth2 client
2025-01-18 08:18:07
1216
I have configured OAuth2 client in Spring Security as belowIt works well with Internet connection. When I run the app wi...
上一页
下一页
1
…
584
585
586
587
588
…
2246
.