You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: