I read many URLs from database through Java Spring Boot and thymleaf expression. And if the URL has "?" it changed automaticaly to "%3F" for instance the URL: www.myserver.de?id=3 will be www.myserver.de%3Fid=3 I think I can't use this solution link because the URLs are readen from DB with Params
< a th:href="@{//{link}(link=${link})}" target="_blank"> For more information click here < /a >