I can\'t find any solution for getting attribute from URL using Thymeleaf. For example, for URL:
somesite.com/login?error=true
I need to ge
After some investigation I found that it was Spring EL issue actually. So complete answer with null checking is:
Input is incorrect