Nineya
Home
Blog
软著申请
Spring Security LDAP Integration Tests Should Use Random Port
2025-01-18 05:56:57
370
Expected BehaviorThe integration tests in spring-security-ldap use a random port to prevent collisionsCurrent BehaviorTh...
Spring Security Secure flag of CookieCsrfTokenRepository cookie
2025-01-18 05:56:55
1879
SummaryCan we please allow for configuring the desired value of the "secure" flag for the XSRF-TOKEN cookie created by C...
Spring Security SessionRegistry is not updated when ChangeSessionIdAuthenticationStrategy changes sessionId
2025-01-18 05:56:52
5614
Describe the bugI have a spring security application that configures a ConcurrencyControlConfigurer with maximum session...
Spring Security @WithUserDetails setupBefore does not work with JUnit 5
2025-01-18 05:56:46
3041
SummaryWhen using JUnit 5 it seems that setting the setupBefore parameter of @WithUserDetails to TestExecutionEvent.TEST...
Spring Security Default support for classlink
2025-01-18 05:56:43
1687
Expected Behaviorin the configuraion ymlregistration: classlink: ...Current BehaviorDefault support for goo...
Spring Security MVC handler method gets null Authentication argument when forwarded from successful login
2025-01-18 05:56:41
1958
Describe the bugSpring Web MVC @RequestMapping handler method receives null as Authentication argument when forwarded fr...
Spring Security OAuth2AuthorizationCodeGrantWebFilter should handle OAuth2AuthorizationException
2025-01-18 05:56:38
7814
@jgrandja The code (authorization_code) is a temporary credential that can be used one-time only, hence, the AUTHORIZATI...
Spring Security formLogin() does not work with REST Docs
2025-01-18 05:56:33
8972
SummaryI was asked to open this issue here after Spring REST Docs team investigated my issue why REST Docs did not get c...
Spring Security Support JWTBearer Client Assertion Authentication
2025-01-18 05:56:28
539
Expected BehaviorOne of the protocols support by OAuth is Client Assertion as authenticationA client uses an assertion t...
Spring Security SwitchUserFilter.setExitUserMatcher Javadoc is incorrect
2025-01-18 05:56:25
164
The Javadoc for setExitUserMatcher mentions thatThis is a shortcut for setExitUserMatcher(RequestMatcher)This is incorre...
Spring Security Remove internal Optional usage in favor of null checks
2025-01-18 05:56:22
1171
SummaryWhile some prefer the readability of using the Optional API, the GC overhead of creating additional objects (incl...
Spring Security Oauth2 Client_Credentials Grant: java.lang.IllegalArgumentException: serverWebExchange cannot be null
2025-01-18 05:56:19
23309
SummaryI recently upgraded to Spring Security 5.2.0.RC1 because Webclient is not 'renewing' tokens for Oauth2 Client_cre...
Spring Security Update dependency com.nimusds:oath2-oidc-sdk to version 8+
2025-01-18 05:56:17
2760
Expected BehaviorFrom spring-security-oauth2-client:5.3.2.RELEASE, my project transitively gets+--- org.springframework....
Spring Security ProviderManager#checkState() throws NullPointerException
2025-01-18 05:56:14
729
Describe the bugWhen use java.util.List.of(), ProviderManager#checkState() throws NullPointerException.checkState() uses...
Spring Security Think about changing how BindAuthenticator fetches attributes
2025-01-18 05:56:11
2703
As requested, I am splitting the long and unclear #8560 into several issues. This issue is about (thinking about) chang...
Spring Security Think about changing how one tells BindAuthenticator which attributes to fetch
2025-01-18 05:56:08
984
As requested, I am splitting the long and unclear #8560 into several issues. This issue is about (thinking about) chang...
Spring Security Document how to tell BindAuthenticator which attributes to fetch
2025-01-18 05:56:06
2187
As requested, I am splitting the long and unclear #8560 into several issues. This issue is about documenting how one te...
Spring Security Document how BindAuthenticator fetches attributes
2025-01-18 05:56:03
2188
As requested, I am splitting the long and unclear #8560 into several issues. This issue is about documenting how BindAut...
Spring Security BindAuthenticator's attribute-related functionality should be better documented (designed?)
2025-01-18 05:56:00
6940
This is really long, but you can stop after the "what I want you to do" section if you want; I figured after doing the w...
Spring Security spring-security-test: @WithMockOidcUser
2025-01-18 05:55:57
15317
Expected Behaviorsimilar to @WithMockUser: @Test @WithMockOidcUser(name = "Any@unknown.org" ) public ...
上一页
下一页
1
…
702
703
704
705
706
…
2246
.