Vincent Massol wrote:
Maybe you could also try using the URLRewriteFilter.
It allows to do all sort of wild things on URLs (incoming and outgoing).
See
http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs#HUrlRewriteFilter That
was my best hope and I looked into the documentation of
URLRewriteFilter:
http://www.tuckey.org/urlrewrite/
Unfortunately, there is nothing there about remapping redirects which is
done by Apache's ProxyPassReverse and that was my big problem: after
logging in or saving a page, my users got redirected to localhost:8080.
I assume everyone who has set-up an XWiki with an Apache on the front
(quite an amount, right?) had ProxyPassReverse available somewhere...
That was not my case hence my need.
I'd be interested to hear, however, of people using a CDN together with
XWiki which was the original purpose of this URLFactory that I recycled
here.
Paul