This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
esi:include not stable #212
Comments
endless loop issue on typo: Schibsted-Tech-Polska/nodesi#10 |
the problem seems to be that the pipeline removes the empty tag marker from the tag. eg:
becomes
when it reaches the ESI processor.... if it's followed by a closing tag, then it works:
is transformed to:
|
Please see explanation here: adobe/helix-pipeline#317 (comment) tl;dr: |
REOPEN: there is still a bug in |
tripodsan
pushed a commit
that referenced
this issue
May 13, 2019
## [2.12.8](v2.12.7...v2.12.8) (2019-05-13) ### Bug Fixes * **esi:** use latest nodesi ([e7bfb2d](e7bfb2d)), closes [#212](#212) * **server:** fallback to static resolution if template execution fails with 404 ([16f53cf](16f53cf)), closes [#216](#216) * **server:** Proxy strains does not work on URL path ([a5f3f8e](a5f3f8e)), closes [#213](#213)
🎉 This issue has been resolved in version 2.12.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@davidnuescheler reported, that when having several esi includes on the site, the HTML is sometimes corrupted....
The text was updated successfully, but these errors were encountered: