Hello,
I am trying to build a reverse proxy in a magnolia v3.6.8 for SEO reasons.
I am using the org.tuckey UrlRewriteFilter which I am calling from my
own magnolia managed filter extending the Magnolia AbstractMgnlFilter.
When I define a forward rewriting rule the request gets forwarded, but
the content on the page misses the JCR content; only the Magnolia edit
bars are visible.
redirect rules work fine, but forward rules seem to break the
filterchain and the CMS filters for content integration are not called.
In the Magnolia filters setup there is a global bypass with the
"dontDispatchOnForwardAttribute"-voter, but because this is an internal
system bypass, I don't know if I should disable it somehow.
I already tried to call
request.removeAttribute(DontDispatchOnForwardAttributeVoter.DONT_DISPATCH_ON_FORWARD_ATTRIBUTE);
from my own Magnolia filter before calling the
UrlRewriteFilter.doFilter() method, but it does not help, the other CMS
filters are not called after a forward.
Any suggestions?
Regards
Daniel
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------