Browse Source
Prior to this change, the `UrlTag` would simply append the remote context and the path value in case of a context relative URL. The following code snippet would output "//foo": ``` <spring:url value="/foo" context="/" /> ``` This change now removes trailing slashes in remote context to avoid this. Issue: SPR-12782pull/788/merge
Brian Clozel
10 years ago
2 changed files with 22 additions and 3 deletions
Loading…
Reference in new issue