Hello.
I need some prostprocessing for link rewriting on pages.
There is some transformer that implements org.apache.sling.rewriter.Transformer and registered with some org.apache.sling.rewriter.TransformerFactory
The transformer works fine except personalized content. So if I have some component with links, the transformer will rewrite them. But if I have
the same component but with personalized content, its links will not be rewritten at all.
It looks like the page postprocessing occurs before inserting of personalized content.
Is there are any ways to resolve this problem.
P.S. SP2 is installed.
Thanks.