Re: sending redirects to relative/absolute URLs

2005-05-20 Thread Len Popp
No, because the HTTP protocol requires an absolute URL in redirect responses. On 5/20/05, Angelov, Rossen [EMAIL PROTECTED] wrote: Hi, Does anybody know why Tomcat always redirects to absolute links? I looked at the implementation and the sendRedirect calls the toAbsolute method which

RE: sending redirects to relative/absolute URLs

2005-05-20 Thread Angelov, Rossen
To: Tomcat Users List Subject: Re: sending redirects to relative/absolute URLs No, because the HTTP protocol requires an absolute URL in redirect responses. On 5/20/05, Angelov, Rossen [EMAIL PROTECTED] wrote: Hi, Does anybody know why Tomcat always redirects to absolute links? I looked

Re: sending redirects to relative/absolute URLs

2005-05-20 Thread Jon Wingfield
. -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: Friday, May 20, 2005 9:28 AM To: Tomcat Users List Subject: Re: sending redirects to relative/absolute URLs No, because the HTTP protocol requires an absolute URL in redirect responses. On 5/20/05, Angelov, Rossen [EMAIL PROTECTED

Re: sending redirects to relative/absolute URLs

2005-05-20 Thread Lutz Zetzsche
Hi Angelov, Am Freitag, 20. Mai 2005 15:53 schrieb Angelov, Rossen: Hi, Does anybody know why Tomcat always redirects to absolute links? I looked at the implementation and the sendRedirect calls the toAbsolute method which always constructs an absolute URL. Is there any way to make Tomcat