Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5.4, Release 1.6
-
Component/s: Tag Library
-
Labels:None
Description
The documentation for the LinkTag states that the context should only be prepended if the URL starts with "/" and doesn't start with the context. (Same as Action for FormTag). However, it will prepend the context even if the href is a relative URL.
Patch to check if URL starts with "/" before prepending the context name.