You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
Using CAS 6, I have a customized CasLoginView.html that makes use values such as ${#request.getAttribute('username')}.
I understand as of Thymeleaf 3.1, #request is no longer allowed. Look at thymeleaf doc: https://www.thymeleaf.org/doc/articles/thymeleaf31whatsnew.html (section 2.4) it looks like I need to define a method with @ModelAttribute annotation in the "controller" code.
Should it matter what package the "controller" code is?