gustafn
committed
on 26 Jun 07
Create a separate context for included pages to avoid loop, when revisions are rendered.
Revisions are specified via query_parameter revisio… Show more
Create a separate context for included pages to avoid loop, when revisions are rendered.

Revisions are specified via query_parameter revision_id, which has higher precedence than then name.

When the resolver tries to resolve the name of a page to be  included, it took the revision_id if the including page.

This led to a recursive rendering.

Show less