Nineya
Home
Blog
软著申请
Spring Security @PreAuthorize: authentication is resolved to null from the security context holder
2025-01-18 08:42:14
1584
Describe the bugHello,Unfortunately @PreAuthorize does not work for me after upgrading to spring 6.0.11 with spring-secu...
Spring Security References to WebFlux docs do not link to them
2025-01-18 08:42:08
150
References to the webflux sections don't link to them: https://docs.spring.io/spring-security/reference/features/authent...
Spring Security Authorization does not show up on Features section
2025-01-18 08:42:05
132
Authorization is missing from the Features section in the docs. https://docs.spring.io/spring-security/reference/feature...
Spring Security improve render in headers.adoc
2025-01-18 08:42:03
170
Forward port of #14101 into mainComment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-securi...
Spring Security improve render in headers.adoc
2025-01-18 08:42:00
226
Forward port of https://github.com/spring-projects/spring-security/pull/14098 into 6.1.xComment From: marcusdacoregioClo...
Spring Security Common hook/listener for authentication results for inbound requests
2025-01-18 08:41:57
7573
I've been looking into adding instrumentation to OpenTelemetry to capture the enduser.id, enduser.role, and enduser.scop...
Spring Security The latest "OAuth2AuthorizedClientManager" class is not AOT ready
2025-01-18 08:41:54
1276
Quoting wilkinsona's comment at https://github.com/spring-projects/spring-boot/issues/38185#issuecomment-1792128910:Than...
Spring Security Remove Gradle deprecation warnings
2025-01-18 08:41:52
12622
Running ./gradlew build --warning-mode all gives us the output below. We should remove those deprecations warnings by ap...
Spring Security UnboundIdContainer should be marked as not running at shutdown
2025-01-18 08:41:49
192
After UnboundIdContainer#stop is called, UnboundIdContainer#isRunning returns true when it should return false. The resu...
Spring Security Make ActiveDirectoryLdapAuthenticationProvider non-final to allow custom logic (i.e. Caching)
2025-01-18 08:41:47
2844
Expected Behaviororg.springframework.security.ldap.authentication.ad.ActiveDirectoryLdapAuthenticationProvider should no...
Spring Security Clarification on connection of Content-Security-Policy header with HttpSecurity DSL support
2025-01-18 08:41:44
6432
According to MDN we can set the CSP protection via HTML like so.<meta http-equiv="Content-Security-Policy"...
Spring Security Provide a way to customize the RedirectStrategy only
2025-01-18 08:41:41
5942
Expected Behaviorhttp .redirectStrategy(ForwardHeadersRedirectStrategy())Current BehaviorI basically have to recreate t...
Spring Security Add possibility to use @PreAuthorize and @PostAuthorize with Java code
2025-01-18 08:41:39
4463
Current BehaviorI am just learning Spring Security and method security and reading about @PreAuthorize and @PostAuthoriz...
Spring Security Bugs occur when roles and authorities are built at the same time
2025-01-18 08:41:36
2178
Describe the bugBugs occur when roles and authorities are built at the same time.The content is overwritten by the latte...
Spring Security Raised Issues are closed without allowing response - no way to reopen them
2025-01-18 08:41:28
2267
Expected BehaviorI should be able to reopen the issue if I feel there was no response that solves the issue or reaches a...
Spring Security SEC-1709: AbstractAuthenticationToken does not define a serialVersionUID
2025-01-18 08:41:24
7100
Jeff Martin (Migrated from SEC-1709) said:Similar to SEC-338, org.springframework.security.authentication.AbstractAuthen...
Spring Security Resolve RequestMatcher at request-time
2025-01-18 08:41:17
445
In circumstances where Spring MVC is deployed only to the root servlet (/), then there is no information lost when a pat...
Spring Security The doc pages mix internal and external inline hyperlinks without indicating a difference
2025-01-18 08:41:15
1595
Expected BehaviorIt should not be surprising when a link in the docs navigates to an external resource.Current BehaviorI...
Spring Security Broken links to Api Docs on https://spring.io/projects/spring-security#learn
2025-01-18 08:41:10
704
The "Api Doc" links on https://spring.io/projects/spring-security#learn are broken for all versions except "6.2.0-SNAPSH...
Spring Security RequestRejectedException should be 400 by default
2025-01-18 08:41:08
6078
SummaryWe are getting 500 from spring security jar if we use // in URL, ideally it should give 400 bad request.Ex. - htt...
上一页
下一页
1
…
567
568
569
570
571
…
2246
.