Hi everybody Perhaps this is more a apache reverse proxy configuration thing, but perhaps you can help me anyway.
My application runs behind a reverse proxy, which is terminating https request and forwarding http requests to the wicket application. If wicket now responds with redirects, it does this with absolute links http://host/context-path/.... which is normally fine and working. Problem now is, that those redirects are passed to the client and are not changed to https://host/context-path/ which will break the redirects. Question: Is there an easy way to change the URLs protocol/scheme of the redirects from http to https? And where could I do this? Thanks anybody for help. Markus --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
