thymeleaf-spring icon indicating copy to clipboard operation
thymeleaf-spring copied to clipboard

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

Open FalkWoldmann opened this issue 3 years ago • 0 comments

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.

FalkWoldmann avatar Feb 03 '22 10:02 FalkWoldmann