Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

directive causes 302 redirects from your app server to be rewritten to point to the front-end proxy instead, so they continue to work properly.

For more recent versions of Apache (2.2+) you need to add the following:

Code Block

ProxyPassReverseCookiePath /<contextPath> /

Why this doesn't always work

...

Wicket 1.3 uses relative URLs, which neatly avoids this problem in the first place. Don't use setContextPath with Wicket 1.3, unless you're running a PortletApplication.For recent versions of Apache 2.2 and up you might want to add the following to get Authorized wicket sessions working correctly. This only applies to wicket 1.3 and up.

...