Nineya
Home
Blog
软著申请
Spring Security OAuth login page fetching unnecessary bootstrap stylesheets
2025-01-18 07:46:12
4507
On the OAuth 2.0 login page, it seems the bootstrap css stylesheets are not used.Expected behaviorIf these resources are...
Spring Security Remove deprecated RequestMatcher methods from Java Configuration
2025-01-18 07:46:06
206
https://github.com/spring-projects/spring-security/pull/11934 deprecated some methods in order to enforce the right Requ...
Spring Security Change XML default use-authorization-manager="true"
2025-01-18 07:46:02
195
We should switch the default of XML authorization to true. When doing so, update DeferHttpSessionXmlConfigTests xml conf...
Spring Security Use MvcRequestMatcher by default if Spring MVC is present
2025-01-18 07:46:00
336
In some places, like XML configuration (AuthorizationFilterParser, FilterChainBeanDefinitionParser, MatcherType), the de...
Spring Security CSRF tokens are vulnerable to a BREACH attack
2025-01-18 07:45:58
4397
SummaryThe CSRF tokens generated by Spring are vulnerable to a BREACH attack. More details at http://breachattack.com/I'...
Spring Security Oauth2 API/Documentation inconsistency, API Breakage/Regression?
2025-01-18 07:45:52
3488
Describe the bughttps://docs.spring.io/spring-security/reference/servlet/oauth2/client/authorization-grants.htmlsays you...
Spring Security Remove SecurityContextPersistenceFilter in Favor of Explicit Saves
2025-01-18 07:45:49
720
We should remove SecurityContextPersistenceFilter in favor of explicit saves to the SecurityContextRepository. This will...
Spring Security Add modified classpath test support
2025-01-18 07:45:47
425
We should add the same test support that Spring Boot has to help us modify the classpath to make it easier to create tes...
Spring Security Add CsrfTokenRepository.loadDeferredToken(HttpServletRequest, HttpServletResponse)
2025-01-18 07:45:44
172
We should add a default method CsrfTokenRepository.loadToken(HttpServletRequest, HttpServletResponse) that returns Defer...
Spring Security Upgrade Unboundid to 6.0.6
2025-01-18 07:45:42
1076
Expected BehaviorSupport latest improvements and better defaults for security protocols such as removing SHA1 prefering ...
Spring Security Simplify Java Configuration RequestMatcher Usage
2025-01-18 07:45:18
176
Forward port of issue #11347 to 6.0.x.Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-...
Spring Security Simplify Java Configuration RequestMatcher Usage
2025-01-18 07:45:15
143
Forward port of issue #11347 to 6.0.x.Comment From: marcusdacoregioDuplicate of https://github.com/spring-projects/sprin...
Spring Security Add 'securityMatcher' as an alias of 'requestMatcher'
2025-01-18 07:45:13
142
Forward port of issue #9159 to 6.0.x.Comment From: marcusdacoregioDuplicate of https://github.com/spring-projects/spring...
Spring Security Simplify Java Configuration RequestMatcher Usage
2025-01-18 07:45:09
731
By default, we should reject using the built in RequestMatcher implementations other than MvcRequestMatcher in a MvcRequ...
Spring Security Deprecate HPKP security header
2025-01-18 07:45:06
909
Related https://github.com/spring-projects/spring-security/issues/4261Expected BehaviorSince the HPKP HeaderSupport has ...
Spring Security SessionManagementDsl.requireExplicitAuthenticationStrategy
2025-01-18 07:45:00
140
Add missing SessionManagementDsl.requireExplicitAuthenticationStrategyComment From: rwinchClosed in 6d56af7b6543d6a162c9...
Spring Security WebFlux and OAuth2 Custom Roles
2025-01-18 07:44:58
2104
I used SSO based on Google and WebFlux and I don't know how to add own role in authentication. Now I have only ROLE_USER...
Spring Security Fix slack notifications with external PRs
2025-01-18 07:44:54
1134
See Gamesight/slack-workflow-status#38Comment From: sjohnrThis fix was unsuccessful. Reopening to investigate further.Co...
Spring Security MappedJwtClaimSetConverter make converters accessible
2025-01-18 07:44:52
1081
I have token claims to explicitly convert at this point, but in stead of implementing my own converters i would like to ...
Spring Security SecureHeaders adds content-security-policy by default
2025-01-18 07:44:49
1096
The filter SecureHeaders adds a content-security-policy header.This is contrary to the documentation saying "Spring Secu...
上一页
下一页
1
…
613
614
615
616
617
…
2246
.