Details
-
Improvement
-
Status: Open
-
High
-
Resolution: Unresolved
-
14.2.2
-
None
-
None
-
1
-
Quasar
-
Puma Sprint 239
Description
ATM it is not possible to work with Partial Page Render (PPR) and org.hippoecm.hst.configuration.channel.PreviewURLChannelInfo_url preview mode enabled.
For Preview integration with applications that rely on PPR, a change is required in line:
this part of the code is redirecting PPR requests to the delivery instead of letting them through to the CMS.
I have tested this by adding the following condition to the code:
&& !req.getRequestURI().contains("./"))