Quantcast
Channel: BlogoSfera » tags
Viewing all articles
Browse latest Browse all 11

Spring Security – Thymeleaf – Can I evaluate SPEL Expressions inside sec:authorize tags?

$
0
0

i am writing a little Spring MVC – Spring Security Web Application with Thymeleaf as Front-End-Technology. I use Role Based Authorization in the Front-End with the Security Taglib such as: <div sec:authorize="hasRole('ROLE_USER')"> This works pretty good. But what I also want to do is to send Informations via the Controller to the View: model.addAttribute("Key", "Value"); […]

The post Spring Security – Thymeleaf – Can I evaluate SPEL Expressions inside sec:authorize tags? appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 11

Trending Articles