Thymeleaf: how to get URL attribute value

后端 未结 3 1488
天涯浪人
天涯浪人 2020-12-15 17:24

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

3条回答
  •  不思量自难忘°
    2020-12-15 18:11

    After some investigation I found that it was Spring EL issue actually. So complete answer with null checking is:

    Input is incorrect

提交回复
热议问题