thymeleaf-extras-springsecurity icon indicating copy to clipboard operation
thymeleaf-extras-springsecurity copied to clipboard

Thymeleaf "extras" integration module for Spring Security 3.x and 4.x

Results 27 thymeleaf-extras-springsecurity issues
Sort by recently updated
recently updated
newest added

> Thymeleaf "extras" integration module for Spring Security 3.x and 4.x The currently supported versions are actually 5.x and 6.x. Whoever takes this may also want to do a sweep...

at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:201) ~[spring-security-core-6.0.3.jar:6.0.3] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:578) ~[na:na] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-6.0.9.jar:6.0.9] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:216) ~[spring-aop-6.0.9.jar:6.0.9] at jdk.proxy2/jdk.proxy2.$Proxy144.authenticate(Unknown Source) ~[na:na] at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:201) ~[spring-security-core-6.0.3.jar:6.0.3] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:578) ~[na:na] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)...

version: spring.core-5.1.7.RELEASE spring-expression-5.1.7.RELEASE spring.security.web-5.1.5.RELEASE thymeleaf-extras-springsecurity5-3.0.4.RELEASE code: exception: Caused by: org.springframework.expression.spel.SpelParseException: Expression [hasAnyAuthority('Forum_2', 'Forum_'+${post.forumId})] @37: EL1043E: Unexpected token. Expected 'rparen())' but was 'lcurly({)' at org.springframework.expression.spel.standard.InternalSpelExpressionParser.internalException(InternalSpelExpressionParser.java:1044) ~[spring-expression-5.1.7.RELEASE.jar:5.1.7.RELEASE] Or tell me where the...

i wrote my menu in a json file,like: `[ { "name": "RootMenu", "role": ["R_USER","R_ADMIN"], "children": [ { "name": "SubMenu", "role": "R_USER" } ] } ]` and cast it to a...

i use my customoauth2user implement userdetail , and update in security config for both oauth2 login and spring security login. but thymeleaf sec:authorize="isauthenticated()" not show up th:if="${level == 0}" (this...

So I'm building a non-web application with Spring Security feature enabled. And would like to use `xmlns:sec` namespace in my templates. Currently, any `sec:` attribute evaluation will fail because Thymeleaf...

I'm building a small Spring Boot v3.4.0 application with Spring 6.4.1, H2 v.2.3.232, Thymeleaf 3.1.2.RELEASE and thymeleaf-extras-springsecurity6 3.1.2.RELEASE. When I run the application from `mvn spring-boot:run` everything works. When I...