thymeleaf / thymeleaf-spring

Thymeleaf integration module for Spring
http://www.thymeleaf.org
Apache License 2.0
434 stars 156 forks source link

Context-realtive URLs should include spring.webflux.base-path #279

Open FalkWoldmann opened 2 years ago

FalkWoldmann commented 2 years ago

SUGGESTION

When using context-relative URLs like <a th:href="@{/test/abc}">Foo</a>, Thymeleaf will include the server.contextPath in the created URL. It would be nice if it would behave the same way for spring.webflux.base-path.