Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
& in urls are not encoded
I can easily work it around by defining 2 custom tags:
{ attrs, body -> assert attrs.action assert attrs.property assert attrs.defaultOrder assert attrs.title assert attrs.update out << util.remoteSortableColumn(attrs).replaceAll('&', '&') }def remoteSortableColumn =
def remotePaginate =
{ attrs, body -> assert attrs.action assert attrs.total assert attrs.update out << util.remotePaginate(attrs).replaceAll('&', '&') }