Nineya
Home
Blog
软著申请
Spring Security SecurityEvaluationContextExtension.getRootObject() Specific Type
2025-01-18 05:32:28
250
SummarySecurityEvaluationContextExtension.getRootObject() should have a signature with a return type of SecurityExpressi...
Spring Security Build failing with NoSuchMethodError
2025-01-18 05:32:26
605
> Task :spring-security-samples-boot-webflux-form:integrationTestsample.WebfluxFormApplicationTests > loginAndLogo...
Spring Security SAML2: Wrong IdP response URL throws NPE (for non-existing "RelyingParty")
2025-01-18 05:32:24
4155
SummaryConfigure an invalid response URL at the identity provider (using nonconfigured registration id) a NullPointerExc...
Spring Security Add BearerTokenErrors
2025-01-18 05:32:20
1359
Because Bearer Token Error handling is based on a spec, there are only a few things that end up changing, depending on t...
Spring Security Add InvalidBearerTokenException
2025-01-18 05:32:18
257
Related to https://github.com/spring-projects/spring-security/issues/7793#issuecomment-573863533It'd be nice to have an ...
Spring Security Add oauth2Client MockMvc Test Support
2025-01-18 05:32:16
478
We should add test support for OAuth 2.0 Clients that stands independent from OAuth 2.0/OIDC Login test support.this.mv...
Spring Security AuthenticationWebFilter's ReactiveAuthenticationManagerResolver should take a ServerWebExchange
2025-01-18 05:32:14
1562
AuthenticationWebFilter uses the exchange object throughout its implementation. It uses it for its ServerWebExchangeMatc...
Spring Security cassample integration tests are failing
2025-01-18 05:32:11
2079
ava.lang.IllegalStateException: KeyStores with multiple certificates are not supported on the base class org.eclipse.jet...
Spring Security Webflux basic auth returns www-authenticate even when x-requested-with is set
2025-01-18 05:32:09
4611
SummaryWhen http basic auth is used and the request has an 'X-Requested-With: XMLHttpRequest' header set the server stil...
Spring Security Add MethodSecurityMetadataSource for whitelist based method security annotations
2025-01-18 05:32:06
828
SummaryWhen using Annotation based method security, Spring Boot does not provide a way to whitelist controller methods b...
Spring Security Form login requiresAuthenticationMatcher is not used in WebFlux
2025-01-18 05:32:02
806
SummaryWhen specifying a custom requiresAuthenticationMatcher in formLogin for WebFlux security, it is not used unless a...
Spring Security Form Login authenticationFailureHandler is not used in ServerHttpSecurity
2025-01-18 05:31:59
1849
SummaryUse custom method when login fails, but authenticationFailureHandler method is invalidActual BehaviorUse the wron...
Spring Security OAuth2AuthenticationException: Provided token [xxxxx] isn't active
2025-01-18 05:31:56
15018
SummaryUsing scdf 2.3.0 on k8s, I am getting a org.springframework.security.oauth2.core.OAuth2AuthenticationException: P...
Spring Security Doesn't work when using SpEL with @PreAuthorize
2025-01-18 05:31:53
918
SummaryDefined a bean as:@Component(value="accessBean")public class AccessCheckBean { public String getPermision(){ ...
Spring Security Digest Auth support in WebClient
2025-01-18 05:31:51
1040
SummarySpring's WebClient allows specifying Basic Auth credentials quite simply:webClient.get() .uri(someEndpoint...
Spring Security Netty http client connection reset by peer in spring-security
2025-01-18 05:31:48
4416
There are two issues here, one is directly related to Netty which is used by Spring Security - Connection rest by peer, ...
Spring Security BasicAuthenticationFilter ignores credentials charset
2025-01-18 05:31:44
1812
SummaryBasicAuthenticationConverter in BasicAuthenticationFilter ignores given credentials charset.Actual BehaviorWe try...
Spring Security Eclipse or IDEA use Gradle Cannot run
2025-01-18 05:31:41
3113
Task :spring-security-messaging:compileTestJava注: /Users/zhangxi/AndroidStudioProjects/MyApplication/spring-security/mes...
Spring Security Default LDIF file not picked up in LDAP "unboundid" mode
2025-01-18 05:31:37
1002
SummaryWhen using LDAP, if a file matching "*.ldif" exists on the classpath, then it should be used, if no other LDIF fi...
Spring Security Investigate test helper contribution back to OpenSAML
2025-01-18 05:31:32
286
https://github.com/spring-projects/spring-security/pull/7260#discussion_r316789656We'd like to investigate if we can uti...
上一页
下一页
1
…
723
724
725
726
727
…
2246
.