[
https://issues.apache.org/jira/browse/TS-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on TS-2489 started by Kit Chan.
> contents between <!--esi and --> output twice when the node list cached
> -----------------------------------------------------------------------
>
> Key: TS-2489
> URL: https://issues.apache.org/jira/browse/TS-2489
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Yu Qing
> Assignee: Kit Chan
> Fix For: 4.2.0
>
> Attachments: 0001-TS-2489-contents-between-esi-and-output-twice.patch
>
>
> 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>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)