Open FalkWoldmann opened 2 years ago
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.
<a th:href="@{/test/abc}">Foo</a>
server.contextPath
spring.webflux.base-path
SUGGESTION
When using context-relative URLs like
<a th:href="@{/test/abc}">Foo</a>
, Thymeleaf will include theserver.contextPath
in the created URL. It would be nice if it would behave the same way forspring.webflux.base-path
.