Details
-
Improvement
-
Resolution: Won't Fix
-
Minor
-
2.0 Final
-
None
Description
In the current implementation page activation requires bidirectional
network connection: the author instance sends a notification to the
public instance, and the public instance connects to the author
instance to download the changed page(s) from the repository. This
is not working in a setup where the author instance is on the
intranet and the public instance is on the web server in the dmz
which is not allowed to connect back to the intranet and therefor
cannot download the changed pages.
Maybe it is possible to modify the implementation to send just one
single POST request to the public instance containing the change
notification and all the changed pages.
Checklists
Acceptance criteria