thymeleaf-spring
thymeleaf-spring copied to clipboard
Context-realtive URLs should include spring.webflux.base-path
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.