Nineya
Home
Blog
软著申请
Spring Security Copy-paste error in documentation.
2025-01-18 08:02:04
694
Describe the bugUnder Spring Security - Project Modules and Dependencies documentation [1], the text appears to be incor...
Spring Security WebTestUtilsTestRuntimeHints should work with reactive environment in tests with AOT enabled
2025-01-18 08:02:02
2777
Describe the bugHi, im trying to get Sprint initializer generated project to work with AOT related tools. However it fai...
Spring Security Identically titled documentation search results are indistinguishable from each other
2025-01-18 08:02:00
1291
Describe the bugWhen searching the documentation, multiple results are presented with identical titles. From the informa...
Spring Security Consider current version of the documentation when weighting search results
2025-01-18 08:01:57
1349
This is somewhat related to https://github.com/spring-projects/spring-security/issues/11056.When there are multiple hits...
Spring Security Searching for EnableWebSecurity only finds results for EnableWebMvcSecurity
2025-01-18 08:01:54
346
Searching for EnableWebSecurity at https://docs.spring.io/spring-security/reference/ shows 10 results that are all for E...
Spring Security StandardClaimAccessor.getEmailVerified returns null if the claim email_verified does not exist
2025-01-18 08:01:51
1787
Expected BehaviorThe documentation of the method states:Returns true if the user's e-mail address has been verified (ema...
Spring Security 200 response is returned when ObservationMarkingRequestRejectedHandler is in use
2025-01-18 08:01:49
1262
Describe the bugWhen using Micrometer Observability the following code configures an ObservationMarkingRequestRejectedHa...
Spring Security No session is created during IdP initiated SSO.
2025-01-18 08:01:44
462
Expected BehaviorThe session must be created during IdP initiated SSO.Current BehaviorDuring IdP initiated SSO no sessio...
Spring Security Breaking change in returned type of getToken() in AbstractOAuth2TokenAuthenticationToken
2025-01-18 08:01:42
2982
I've created a helper library for internal purposes which abstracts OAuth2 token information for spring boot 2.7 and 3.0...
Spring Security Consider erroring when client authentication method is basic
2025-01-18 08:01:39
674
Questions like https://stackoverflow.com/questions/75224023/spring-oauth2-login-not-working-after-migrating-to-spring-bo...
Spring Security DefaultMethodSecurityExpressionHandler can't be extended anymore ?
2025-01-18 08:01:37
1622
Upgrading to Spring Security 6, it seems I can't use my own SecurityExpressionRoot like i previously did.Describe the bu...
Spring Security Repeated use of the same code will prevent you from logging in
2025-01-18 08:01:33
11603
Describe the bugA clear and concise description of what the bug is.To ReproduceSteps to reproduce the behavior.Expected ...
Spring Security Restructure DefaultSecurityFilterChain logs
2025-01-18 08:01:30
642
DefaultSecurityFilterChain prints out at the INFO level the list of filters that are in use for a given application. Thi...
Spring Security OAuth2 access token response parsing fails with nested JSON object
2025-01-18 08:01:28
17380
SummaryWhen parsing OAuth2 access token response a nested JSON object causes the response parsing to fail.Actual Behavio...
Spring Security Spring Security LDAP Changes After 5.7 - Updating To Match Spring Docs
2025-01-18 08:01:25
3753
So I am starting with the spring guide on authenticating ldap (https://github.com/spring-guides/gs-authenticating-ldap) ...
Spring Security native image fails with java.lang.ClassNotFoundException for non Serverlet Environments
2025-01-18 08:01:22
5359
Describe the bugWhen you create a Spring Boot 3 application with a reactive based web server like Spring Cloud Gateway (...
Spring Security UTF-8 encoding introduces incompatible Authorization header
2025-01-18 08:01:19
1381
I am migrating an application from Spring Boot 2.5.14 to 3.0.1 which brings in Spring Security 6.0.1. I experienced that...
Spring Security Docs with > java-setup@3.5.1 Fails
2025-01-18 08:01:17
38658
The problem occurs because > java-setup@3.5.1 adds ~/.m2/toolchains.xml which Gradle attempts to parse to determine t...
Spring Security Allow to extend method security expressions when working with EnableMethodSecurity annotation
2025-01-18 08:01:14
3800
Expected BehaviorWith the deprecated annotation for method security support: @EnableGlobalMethodSecurity(prePostEnabled ...
Spring Security Need to Pass the 'value' to my @CustomPreAuthorize annotation and use it in @PreAuthorize("hasAuthority(@myservice.check(#value))")
2025-01-18 08:01:11
3754
Currently I am writing my own custom @PreAuthorize annotation. My case is as follows,I am running my authorization KeyCl...
上一页
下一页
1
…
599
600
601
602
603
…
2246
.