Re: Redirections and Reverse-Proxy

2009-09-28 Thread Igor Vaynberg
how does wicket know about RPhost when it issues the 302? -igor On Mon, Sep 28, 2009 at 2:10 AM, Stéphane Jeanjean stephane.jeanj...@softeam.com wrote: Hello, I'm using Wicket in a backend which is behind a reverse-proxy. I understand that Wicket does some redirections even if it's not's

Re: Redirections and Reverse-Proxy

2009-09-28 Thread Stéphane Jeanjean
I don't know, that's a part of my question. Nothing about RPhost is configured in my BEhost. Igor Vaynberg a écrit : how does wicket know about RPhost when it issues the 302? -igor On Mon, Sep 28, 2009 at 2:10 AM, Stéphane Jeanjean stephane.jeanj...@softeam.com wrote: Hello, I'm using

Re: Redirections and Reverse-Proxy

2009-09-28 Thread Stéphane Jeanjean
I'm not sure it's a related to wicket. I think it's related to the respones.sendRedirect() implementation and how the string put in the location header is build. I don't know if it's standard or if it's a Jetty implementation. I have to found out this implementation to understand where the

Re: Redirections and Reverse-Proxy

2009-09-28 Thread nino martinez wael
stephane.jeanj...@softeam.com Date: 2009/9/28 Subject: Re: Redirections and Reverse-Proxy To: users@wicket.apache.org I'm not sure it's a related to wicket. I think it's related to the respones.sendRedirect() implementation and how the string put in the location header is build. I don't know if it's

RE : Redirections and Reverse-Proxy

2009-09-28 Thread Stéphane Jeanjean
: lundi 28 septembre 2009 20:49 À : users@wicket.apache.org Objet : Re: Redirections and Reverse-Proxy Hi I havent had that many troubles using Apache Http and wicket. As long as you remember to forward and reverse proxy + cookie rewrite.. Something like this: http

Re: RE : Redirections and Reverse-Proxy

2009-09-28 Thread James Carman
-- From: Stéphane Jeanjean stephane.jeanj...@softeam.com Date: 2009/9/28 Subject: Re: Redirections and Reverse-Proxy To: users@wicket.apache.org I'm not sure it's a related to wicket. I think it's related to the respones.sendRedirect() implementation and how the string put