Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Release 1.5
-
Fix Version/s: Release 1.5
-
Component/s: None
-
Labels:None
Description
UrlBuilder supports URL anchors but there is no possibility to set an anchor to a Resolution. I've added a setAnchor() method to OnwardResolution and the supplied anchor is passed to the UrlBuilder in OnwardResolution#getUrl(Locale).
I will attach a patch against 1.5b1 (as trivial as it is ![]()
My only question is whether this really belongs in OnwardResolution, or only down in RedirectResolution. It does no hard in Onward but can it make sense to Forward with an anchor?