Nineya
Home
Blog
软著申请
Spring Security Build failures due to Timestamp precision
2025-01-18 07:23:12
471
Tests relying on HSQLDB 2.5.1 are failing because of https://sourceforge.net/p/hsqldb/bugs/1585/We will temporarily chan...
Spring Security Kotlin Extension Functions for ReactiveUserDetailsService
2025-01-18 07:23:09
2382
Spring (WebFlux) has e.g. this extension function:suspend fun ServerResponse.BodyBuilder.bodyValueAndAwait(body: Any): S...
Spring Security Re-use the instance of PreInvocationAuthorizationAdvice in the GlobalMethodSecurityConfiguration
2025-01-18 07:23:06
1712
Expected BehaviorIf I create my own factory method, instantiating PreInvocationAuthorizationAdvice, which will be used i...
Spring Security Autoconfig bearer only clients OIDC
2025-01-18 07:23:04
2690
SummaryI'm trying to connect Keycloak and Spring Boot with Webflux (Kotlin) and I'm trying to pass Keycloak token as Bea...
Spring Security Hope to support simplified API (json) login mode
2025-01-18 07:23:01
670
Hope to support simplified API (json) login modeComment From: eleftherias@120011676 Could you explain in more detail wha...
Spring Security ReactiveAnonymousAuthentication support does not include changes to ExceptionTranslationWebFilter
2025-01-18 07:22:58
1834
Summary5934 added support for AnonymousAuthenticationTokens in Reactive applications. It seems one thing was missed out...
Spring Security Minor improvement for JdbcTokenRepositoryImpl
2025-01-18 07:22:55
716
SummaryHello, I have faced an issue that I cannot get named parameter JDBC template while I work with your implementatio...
Spring Security Authentication schema should be case insensitive
2025-01-18 07:22:53
653
SummaryIn both BasicAuthenticationFilter and DigestAuthenticationFilter the schema is compared case sensitive.butAccordi...
Spring Security CsrfWebFilter null save content-type check
2025-01-18 07:22:48
6169
Bug descriptionPerforming non-GET requests with no content-type header results in a NullPointerException from CsrfWebFil...
Spring Security OpenSaml4AuthenticationRequestResolver should have a customizable URI
2025-01-18 07:22:43
1299
Related to https://github.com/spring-projects/spring-security/issues/8873It would be nice if OpenSaml4AuthenticationRequ...
Spring Security LdapAuthenticationProvider::authenticate locks account after a single call with wrong password
2025-01-18 07:22:40
4230
We have an issue with Active Directory/LDAP user accounts becoming locked after doing a single call to LdapAuthenticatio...
Spring Security Potential NullPointerExceptions when AccessToken expiresAt is null
2025-01-18 07:22:37
3122
SummaryPer RFC 6749 section 5.1 the expires_in in the response is recommended, but not required. Thus, OAuth2AccessToken...
Spring Security Add constructor to JwtAuthenticationToken that takes principal
2025-01-18 07:22:34
15937
Currently, JwtAuthenticationToken always pass one Jwt instance to super constructor (AbstractOAuth2TokenAuthenticationTo...
Spring Security Claims contain an instance of java.net.URL and are used in hash-based containers
2025-01-18 07:22:27
3339
Hi,class org.springframework.security.oauth2.core.user.OAuth2UserAuthority includes its attributes for the calculation o...
Spring Security phoneNumberVerified field is Boolean type
2025-01-18 07:22:24
706
https://github.com/spring-projects/spring-security/blob/b78a28be5fa714f8f6afe283a9b468969ff8cc43/oauth2/oauth2-core/src/...
Spring Security Schedule release automation on maintenance branches
2025-01-18 07:22:20
214
Expected BehaviorThe release-next-version.yml workflow should be triggered on each maintenance branch.Current BehaviorGi...
Spring Security Javadocs search is broken
2025-01-18 07:22:18
470
Searching for things using the search feature (in the upper right) returns 404'sTo Reproducehttps://docs.spring.io/sprin...
Spring Security Use 'groups' as table name results in bad SQL grammar
2025-01-18 07:22:15
4007
Describe the bugWhen using Spring Security's group authorization feature, get 'bad SQL grammar'.To Reproduce1. use the f...
Spring Security Allow overriding encodeCookie and decodeCookie
2025-01-18 07:22:04
1781
So that we can implement other ways of serialising the request to the cookie valueComment From: sjohnr@bhuism thanks for...
Spring Security SAML request encoding: on redirect binding, base64 encoded message contains CRLF
2025-01-18 07:22:01
155
Backport of #11262 Comment From: jzheauxClosed in 649428b49aae3362e0fcad23a360593b8f02fdefComment From: straakaaHi, when...
上一页
下一页
1
…
631
632
633
634
635
…
2246
.