Uploaded image for project: '[Read Only] - Hippo Archetype'
  1. [Read Only] - Hippo Archetype
  2. ARCHE-484

Provide support for Tomcat 8.0.30+ and 7.0.67+ which changed behavior of relative redirects

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • High
    • Resolution: Fixed
    • None
    • 4.0.0

    Description

      See also: CMS-9760

      The changed behavior of relative redirects in Tomcat causes CMS login to fail which can be fixed (reverting back to the old behavior) by changing the default conf/context.xml configuration:

      <?xml version='1.0' encoding='utf-8'?>
      <Context useHttpOnly="true" useRelativeRedirects="false">
          <!-- Disable session persistence across Tomcat restarts -->
          <Manager pathname="" />
      ....
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              adouma Ate Douma
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: