Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X
-
7.0.x
-
Committed
-
3
Description
Description:
The issue only occurs on 7.0.x. On master, rewrote this part.LPS-64308
1.Add "portal.proxy.path=/abc" to portal-ext.properties.
2.Setup web server, I used Apache and do the followings configuration.
<VirtualHost *:80> ProxyPreserveHost On ProxyPass /abc http://localhost:8080 ProxyPassReverse /abc http://localhost:8080 </VirtualHost>
3. Start Liferay
4. Access to Liferay via web server(e.g. http://localhost/abc)
5. Open settings for any portlet
6. Click "Look and Feel Configuration"
Actual result
"Look and Feel" setting screen is not displayed. The below error occurs in the browser.
http://localhost/o/portlet-configuration-css-web/js/look_and_feel.js net::ERR_ABORTED http://localhost/o/portlet-configuration-css-web/js/look_and_feel.js net::ERR_ABORTED
Expected result
"Look and Feel" setting screen is displayed correctly.