Nineya
Home
Blog
软著申请
Spring Security Broken link in Spring Security reference document
2025-01-18 06:01:46
656
Describe the bugBroken link in Spring Security reference document.To ReproduceGo to https://docs.spring.io/spring-securi...
Spring Security Saml2WebSsoAuthenticationFilter does not follow standard patterns for request matching.
2025-01-18 06:01:43
2701
Describe the bugThe common pattern for filters is to provide the ability to set a custom RequestMatcher for them to exec...
Spring Security Consider making BearerTokenServerWebExchangeMatcher public and more generic
2025-01-18 06:01:40
2080
Expected BehaviorRename bearerTokenConverter (and setter) to more generic name, eg. serverAuthenticationConverterRename ...
Spring Security Fix snapshot build failure related to reactor-netty
2025-01-18 06:01:38
237
The io.projectreactor.netty:reactor-netty module has been split into 2 modules: reactor-netty-core and reactor-netty-htt...
Spring Security Consider adding RelyingPartyRegistrationResolver
2025-01-18 06:00:54
3570
Saml2WebSsoAuthenticationFilter, Saml2WebSsoAuthenticationRequestFilter, and upcoming filters like Saml2MetadataFilter a...
Spring Security Consider Adding Testing Support for Building Authentications
2025-01-18 06:00:51
4467
SecurityMockMvcRequestPostProcessors is a class that simplifies creating RequestPostProcessors for the purposes of testi...
Spring Security CacheControlHeadersWriter breaks Etag and Last-Modified
2025-01-18 06:00:48
3698
SummaryIf a request handler returns ETag or Last-Modified headers (manually or by using Spring's WebRequest.checkNotModi...
Spring Security SEC-2056: CVE-2012-5055 DaoAuthenticationProvider can reveal which usernames are valid
2025-01-18 06:00:45
2633
Rob Winch (Migrated from SEC-2056) said:Description:Spring Security's DaoAuthenticationProvider authenticates users by u...
Spring Security App client gets token
2025-01-18 06:00:40
1383
Can authorization code mode be more flexible to support app login, because app login omits the authorization of authoriz...
Spring Security Make #oauth2. expressions compatible with JwtAuthenticationToken
2025-01-18 06:00:37
1155
Expected BehaviorOAuth2MethodSecurityExpressionHandler should work with JwtAuthenticationTokenCurrent BehaviorCurrently ...
Spring Security ServerBearerTokenAuthenticationConverter throws exceptions instead of signalling error
2025-01-18 06:00:32
1084
Describe the bugServerBearerTokenAuthenticationConverter throws exceptions in casebearer token doesn't match pattern or ...
Spring Security NPE when using @PreAuthorize in a Controller inheriting from a base class
2025-01-18 06:00:27
2097
Describe the bugWhen using @PreAuthorize("isAuthenticated()") on a Controller that inherits from a base class, where bot...
Spring Security Fix build error related to Mono.deferWithContext()
2025-01-18 06:00:24
10519
There was a recent change in reactor-core that is causing the snapshot build to fail.Mono.deferWithContext() was changed...
Spring Security JwtDecoderProviderConfigurationUtils not using RestTemplate bean
2025-01-18 06:00:18
682
Describe the bugThe class JwtDecoderProviderConfigurationUtils is instanciating the RestTemplate instead of using the be...
Spring Security Register RestOperations @Bean to be used as default for oauth2-client flows
2025-01-18 06:00:16
10716
We should register a RestOperations @Bean in OAuth2ClientConfiguration that is configured with default settings and is u...
Spring Security Manage oauth2-oidc-sdk dependency version
2025-01-18 06:00:13
1965
SummaryThis is a nitpick, quality-of-life issue regarding the new opaque token introspection support in spring-security-...
Spring Security Make class SimpleSaml2AuthenticatedPrincipal public
2025-01-18 06:00:10
3098
Expected BehaviorWe are able to serialize/deserialize the class Saml2Authentication and SimpleSaml2AuthenticatedPrincipa...
Spring Security Remove OpenSamlImplementation
2025-01-18 06:00:07
968
OpenSamlImplementation is a package-private Spring Security class that exists to remove some of the boilerplate needed t...
Spring Security OpenSamlAuthenticationRequestFactory should use OpenSAML directly
2025-01-18 06:00:05
533
OpenSamlAuthenticationRequestFactory leverages a package-private class OpenSamlImplementation to remove boilerplate from...
Spring Security OpenSamlAuthenticationProvider should use OpenSAML directly
2025-01-18 06:00:03
501
OpenSamlAuthenticationProvider leverages a package-private class OpenSamlImplementation to remove boilerplate from its o...
上一页
下一页
1
…
698
699
700
701
702
…
2246
.