Uploaded image for project: 'PUBLIC - Liferay Portal Enterprise Edition'
  1. PUBLIC - Liferay Portal Enterprise Edition
  2. LPE-1669

PortalConnector does not recognize HTTP/AJP connector specific attributes

Details

    Description

      Liferay's PortalStandardService class for Tomcat allows Liferay portal to share sessions across virtual hosts by setting a domain cookie. This allows developers to work around the Servlet specification limitation.

      To perform this customization, the PortalStandardService wrapped the Catalina Connectors with our own custom PortalConnector, which returned a custom Request that configured the session cookie domain. However, only the default attributes available to all Connectors were set. This means that attributes specific to the HTTP/AJP protocols would not be carried over.

      To ensure that the portal is using the same ProtocolHandler as the Connector it is wrapping, all the extra attributes are now carried over.

      Attachments

        Issue Links

          Activity

            People

              pani.gui Pani Gui (Inactive)
              brian.chan Brian Chan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Packages

                  Version Package
                  5.1 EE SP5 (5.1.8)
                  5.2 EE SP3 (5.2.7)