Details
-
New Feature
-
Status: Closed
-
Could
-
Resolution: Fixed
-
None
-
None
-
Undetermined
Description
In footerFull.jsp the code to print languages links is:
String qs = request.getQueryString();
then the qs variable is printed as it comes, without & encoded as & this brings problems when processing the resulting page as xml because of the xml entities.