Nineya
Home
Blog
软著申请
Spring Security deprecated api in sample
2025-01-18 05:39:49
1746
Summaryuse deprecated method User#withDefaultPasswordEncoder() in sample projectExpected Behaviormodify that sampleVersi...
Spring Security Allow header returned by calling endpoint with OPTIONS method should vary depending on specified security
2025-01-18 05:39:46
3832
SummaryOPTIONS header does not take user access into account to fill in Allow header in response.Actual BehaviorFrom the...
Spring Security DefaultTokenServices#loadAuthentication equivalent for spring-security
2025-01-18 05:39:43
1346
SummaryCan't find equivalent for https://github.com/spring-projects/spring-security-oauth/blob/master/spring-security-oa...
Spring Security Replace VersionsResourceTasks with WriteProperties
2025-01-18 05:39:40
198
SummaryVersionsResourceTasks wrote a date comment which prevented this fromproducing the same result and caused misses i...
Spring Security Improve Build Performance
2025-01-18 05:39:38
360
SummaryThere are a number of things we can do to improve our builds performance. Enable parallel buildsRemove cleanRemov...
Spring Security SEC-2470: SessionFixationProtectionStrategy should migrate maxInactiveInterval
2025-01-18 05:39:36
748
Dan Dormont (Migrated from SEC-2470) said:When SessionFixationProtectionStrategy creates a new HTTPSession based on an e...
Spring Security NimbusJwtDecoderJwkSetUriBuilder should discover supported algorithms
2025-01-18 05:39:33
990
Related to #6883 When NimbusJwtDecoder#withJwkSetUri is invoked, the builder assumes RS256 if no algorithm is specified....
Spring Security @RegisteredOAuth2AuthorizedClient should support upgrading scopes
2025-01-18 05:39:30
1855
SummaryA @RegisteredOAuth2AuthorizedClient should be able to have the scopes necessary to make a particular request. If ...
Spring Security Dynamic OAuth Scopes?
2025-01-18 05:39:28
416
SummaryEnsure we can support a flow with dynamic OAuth scopes. For example, perhaps an application lets the user choose ...
Spring Security WebClient support should delete access tokens if they fail
2025-01-18 05:39:23
124
SummaryWebClient support should delete access tokens if they failComment From: jgrandjaThis has been solved via #7840 #7...
Spring Security Provide spring-security-5*.xsd for https://www.springframework.org/schema/security/
2025-01-18 05:39:14
722
SummaryThe Spring Security 5 XSDs are missing from https://www.springframework.org/schema/security/Expected BehaviorThey...
Spring Security Impact of Microsoft Security Advisory ADV190023 (LDAP channel binding and LDAP signing)
2025-01-18 05:39:12
1381
SummaryMicrosoft recently published an advisory to enable LDAP channel binding and LDAP signing: https://portal.msrc.mic...
Spring Security Tomcat 8.0.33 crashing with spring security
2025-01-18 05:39:09
4847
A fatal error has been detected by the Java Runtime Environment:SIGSEGV (0xb) at pc=0x00007f5e79885cb8, pid=3364, tid=0x...
Spring Security Page is accessible from one server but not from another
2025-01-18 05:39:06
3050
We have upgraded a project from Spring Security 3 to Spring Security 5 recently. There is a page which should be accessi...
Spring Security Need byte[] parameter in Bcrypt.checkpw() method
2025-01-18 05:39:04
2097
SummaryNeed byte[] parameter type for Bcrypt.checkpw method. Currently, this method is only accepting string as the para...
Spring Security Update to Jetty 9.4.22.v20191022
2025-01-18 05:38:57
488
See issue https://github.com/eclipse/jetty.project/issues/4141Running on java 12 + spring security 5.1.6 + jetty 9.4.21 ...
Spring Security Consider authorize again when re-authorize fails
2025-01-18 05:38:54
1134
Even if context has a valid refresh token, if the authentication server revokes the token or times out, the refresh toke...
Spring Security Google's top result for "Spring Security Reference" returns a 404
2025-01-18 05:38:51
246
At the time of logging this issue, googling for "Spring Security Reference" returns a top result of:https://docs.spring....
Spring Security Is the oauth2login really using the accesstoken in a secure way?
2025-01-18 05:38:49
2654
In OAuth2LoginReactiveAuthenticationManager the following is stated in the comments.This {@link org.springframework.secu...
Spring Security OAuth2 loses client_id when authorizing request
2025-01-18 05:38:46
925
I found a bug in com.nimbusds.oauth2.sdk, the client_id parameter was not passed in during the Authorization Requestclie...
上一页
下一页
1
…
716
717
718
719
720
…
2246
.