Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-2489

contents between <!--esi and --> output twice when the node list cached

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.2.0
    • Plugins
    • None

    Description

      in esi plugin, when the node list is retrieved from cache with the option
      -packed-node-support, the contents between <!-esi and --> will output twice.

      the test case is:
      <html>
      <head></head>
      <body>
      <!--esi
      <p>
      <esi:include src="/data/data.htm"/>
      </p>
      -->
      </body>
      </html>

      the body of URL: /data/data.htm is "haha". the output will be:
      <html>
      <head></head>
      <body>

      <p>
      haha
      </p>

      <p>
      haha
      </p>

      </body>
      </html>

      Attachments

        Activity

          People

            kichan Shu Kit Francis Chan
            happy_fish100 Yu Qing
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: