-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X
-
Fix Version/s: 7.0.0 DXP FP45, 7.0.6 CE GA7, 7.0.0 DXP SP8, 7.0.X
-
Component/s: ~[Archived] Widget configuration
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
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.