Good day,

My hosting provider says that they use ProxyPass for aliases.
Seems that site opens but links don't work: 404 error
(ContextName/ContextName is not found) Why ContextName is doubled?
May be ProxyPass is not a way to work with Wicket.

I found for example that Wicket adds ContextPath() in cookie Path:

cookie.setPath(getWebRequest().getHttpServletRequest().getContextPath())

ContextPath() returns real name of context weather site called by alias or not.

Is it possible to override this behaviour? Any suggestions?

Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to