RE: More on redirection problems

2000-11-10 Thread René Salle
> The problem is with the port info present in the host header, that is > lost, and subsituted by the local por used in the connection. Got it. :-) That could be bad in settings with port mapping (a common situation as soon as a firewall is involved). > > T32 does support HTTP/1.1 host name bas

RE: More on redirection problems

2000-11-10 Thread Nacho
> > Sorry that I didn't got any time to further investigate this issue. > > I didn't understood what exact distinction you make here. But The problem is with the port info present in the host header, that is lost, and subsituted by the local por used in the connection.. The patch only corrects

RE: More on redirection problems

2000-11-10 Thread René Salle
> The problem, i think i'd found, is that when tomcat does a redirection > do not use the "host" header received, he tries to recontruct host+port > info based on his own port and the name (or ip ) found in the Host > header of the request Sorry that I didn't got any time to further investigate

Re: More on redirection problems

2000-11-09 Thread Craig R. McClanahan
Nacho wrote: > Hola a todos: > > After some more research in the issues related to NATs and tomcat > standalone, and more reading, i think i have found a real and common > problem in tomcat 3.X, that it's not present in Tomcat 4.0 ( this is > from a brief reading of the code ). > > The problem, i