Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1.2, 5.2.2
-
Fix Version/s: 5.2.3
-
Component/s: None
-
Labels:None
-
Branch Version/s:5.1.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
Liferay comes with a later version of Rhino / YUI Compressor than WebLogic
To address this issue, we have made a liferay-rhino.jar and a liferay-yuicompressor.jar that namespaces the package names from org.mozilla.javascript to com.liferay.mozilla.javascript and com.yahoo.platform.yui to com.liferay.yahoo.platform.yui to prevent the naming conflict.
Go to portal-impl and run "ant build-yui" to see how we make liferay-rhino.jar and liferay-yuicompressor.jar.
Note: liferay-rhino.jar is a modified version from YUI Compressor.
Issue Links
- is related to
-
LPS-25836
Rhino is not decoding unicode or hex escape sequences in JavaScript
-

Beautiful Sam.