Nineya
Home
Blog
软著申请
Spring Security RequestMatcherDelegatingAuthorizationManager should use RequestMatcherEntry
2025-01-18 07:14:20
217
Since RequestMatcherDelegatingAuthorizationManager.Builder#add has not gone GA yet, it should be changed to use RequestM...
Spring Security Logging introduced in version 5.6.2 DefaultSecurityFilterChain conditioning is not correct
2025-01-18 07:14:18
801
Describe the bugThis logging was brought in in version 5.6.2 DefaultSecurityFilterChain.java:if (!filters.isEmpty()) { ...
Spring Security Provide debug logs if http-method (POST) rejected with 401 when CSRF (default) enabled
2025-01-18 07:14:15
5562
SummaryBy default, Spring Boot web application with CSRF enabled, unless doing http.csrf().disabled() explicitly. HTTP P...
Spring Security spring-security-oauth2-client uses a range of net.minidev:json-smart that causes dependency resolution issues
2025-01-18 07:14:13
1387
spring-security-oauth2-client depends on net.minidev:json-smart:[1.3.3,2.4.7], which causes issues: > Could not res...
Spring Security Way to configure WebClient in AbstractWebClientReactiveOAuth2AccessTokenResponseClient
2025-01-18 07:14:10
2284
Describe the bugWe are using OAUth Client to generate OAuth token using client credentials auth method. While first call...
Spring Security DelegatingAuthorizationManager Should Fire Events
2025-01-18 07:14:07
498
Firing success and failure events from DelegatingAuthorizationManager would simplify auditing. AuthorizationSuccessEvent...
Spring Security Filter chain, where there are multiple identical filters
2025-01-18 07:14:05
385
Comment From: sjohnrThanks for getting in touch, but it feels like this is a question that would be better suited to Sta...
Spring Security Spring Cloud Gateway Getting a 500 Exception while trying to refresh_token using expired access_token and refresh_token
2025-01-18 07:13:57
4388
I have a secured Spring Cloud Gateway application using ServerHttpSecurity.oauth2Login() that can successfully renew exp...
Spring Security Change samplesBranch property to point to correct samples branch
2025-01-18 07:13:51
318
In the Spring Security Samples repository, the main branch is being used for Spring Security 6 samples, while the 5.7.x ...
Spring Security SecurityContextRepository loadContext(HttpServletRequest)
2025-01-18 07:13:48
243
We should add the ability to loadContext from just the request.[x] gh-11029[x] Add SecurityContextRepository.loadContext...
Spring Security AuthenticationPrincipalArgumentResolver not used when argument class implements Principal
2025-01-18 07:13:45
1902
Summaryputting an @AuthenticationPrincipal annotation on a Controller parameter, where the parameter's type implements P...
Spring Security Expose GENSALT_DEFAULT_LOG2_ROUNDS as public constant
2025-01-18 07:13:42
776
SummaryAllow public access to default number of rounds currently defined at org.springframework.security.crypto.bcrypt.B...
Spring Security Clarify Exception IllegalArgumentException: [Assertion failed] - this argument is required; it must not be null
2025-01-18 07:13:40
2170
SummaryClarify Exception IllegalArgumentException: [Assertion failed] - this argument is required; it must not be nullAc...
Spring Security Add how multiple SecurityFilterChain are created in documentation
2025-01-18 07:13:36
4968
Hello. Thank you the wonderful project.As I can gather from the documentation currently available here, multiple Securit...
Spring Security enableAuthorities=false in JdbcDaoImpl should not throw UsernameNotFoundException
2025-01-18 07:13:33
1659
Summarywhen user set enableAuthorities=false manually in org.springframework.security.core.userdetails.jdbc.JdbcDaoImp, ...
Spring Security AbstractUserDetailsReactiveAuthenticationManager potentially blocks a parallel Scheduler upgrading password encoding
2025-01-18 07:13:28
2510
SummaryAbstractUserDetailsReactiveAuthenticationManager invokes the PasswordEncoder in a parallel Scheduler by default.P...
Spring Security AbstractUserDetailsReactiveAuthenticationManager should use Schedulers.boundidElastic()
2025-01-18 07:13:25
9407
SummaryThe same Kotlin code (included) returns a 500 because block hound detects blocking code (FileInputStream.readByte...
Spring Security Consider enabling PKCE for confidential clients
2025-01-18 07:13:22
19674
The goal of PKCE is to provide an added level of security for OAuth 2.0 public clients (utilizing the Authorization Code...
Spring Security Reference docs does not redirect when URL contains latest version
2025-01-18 07:13:19
723
The URL https://docs.spring.io/spring-security/reference/5.6.2/ returns a 404 response, when it should redirect to https...
Spring Security Update spring-data-bom to 2022.0.0-M2
2025-01-18 07:13:16
198
Comment From: sjohnrThis change has been reverted from 6.0.0-M2 via 55921b3, due to release build failure.Issue spring-p...
上一页
下一页
1
…
639
640
641
642
643
…
2246
.