Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-14176

Double encoding by SSL redirect

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Medium Medium
    • None
    • None
    • None
    • Operating System: Windows XP & Linux
      PHP Version: 5.2.1
      Database and version: MySQL 5.0.33
      Browser (and version): all

    Description

      If an encoded uri without "https" prefix is called the SSL redirect encode the uri over again.

      A resolution would be to decode the uri before the uri will redirect:

      /kernel/classes/ezsslzone.php Line 270:
      $sslZoneRedirectionURL = "https://" . $host . $sslPortString . $indexDir . $requestURI;
      ->
      $sslZoneRedirectionURL = eZURI::decodeURL("https://" . $host . $sslPortString . $indexDir . $requestURI);

      Attachments

        Activity

          People

            unknown unknown
            sblank sblank
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: