Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.X EE, 6.2.0 CE M5
-
Component/s: Administration, Administration > Server > Plugin Installer
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Story Points:5
-
Fix Priority:4
-
Similar Issues:
Description
Go to Control Panel -> Update Manager.
Click on Welcome Theme"s Uninstall button.
The browser says: "Internet Explorer cannot display the webpage error message." Please check the log in the attached file.

The browsers decode the URL which we give to the submitForm method and it causes the server to use the parameters of the redirect value.
The fix will use the HttpUtil.encodeURL(String) method as it seen in the dockbar/view.jsp.
This is only issue when as javascript: links (like this: javascript:submitForm(document.hrefFm, '" + HttpUtil.encodeURL(uninstallURL) + "')