Uploaded image for project: 'PUBLIC - Liferay Portal Community Edition'
  1. PUBLIC - Liferay Portal Community Edition
  2. LPS-79289

"Look and Feel Configuration" is not working if using proxy pass.

Details

    Description

      Description:

      The issue only occurs on 7.0.x. On master, LPS-64308 rewrote this part.

      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.

      Attachments

        Activity

          People

            peter.kungl Peter Kungl (Inactive)
            hai.yu Hai Yu
            Kiyoshi Lee Kiyoshi Lee
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              5 years, 7 weeks ago

              Packages

                Version Package
                7.0.0 DXP FP45
                7.0.6 CE GA7
                7.0.0 DXP SP8
                7.0.X