Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
Zeus Web Server gateway (map /xwiki --> localhost:8080)
-> Glassfish v3 -> Xwiki 2.7 or 3.0-M1 or M2
-
Zeus, x-forwarded-host
-
Unit
-
Unknown
-
Description
Xwiki.Home in xwiki.cfg does not work as advertised.
Setting it to "real site URL" has no apparent effect.
With the help of cjdelisle on IRC, we tracked this down to xwiki
behind a proxy expects "X-Forwarded-Host".
Without that, it uses the "Host" line which ZWS has (curiously)
re-written to be "Host: localhost:8080"
This causes brokenness in,
the login xredirect link.
the js that drives the wysiwyg editor to never load.