RE: Why does Tomcat not set HTTP_Referer?

2002-12-02 Thread Shapira, Yoav
Howdy, Please refer to RFC 2616, section 14.36, for an explanation of the referrer (misspelled) header. It is not set by the server, e.g. tomcat in your case. It is set by the client, probably a browser in your case (but could be a cell phone, mock objects, whatever). There are known bugs in

RE: Why does Tomcat not set HTTP_Referer?

2002-11-07 Thread Shapira, Yoav
] [mailto:JStanczak;vinu.edu] Sent: Thursday, November 07, 2002 11:30 AM To: Tomcat Users List Subject: Re: Why does Tomcat not set HTTP_Referer? This is what I thought at first, but it not. The way I understand it is that the server sets this value in the header information. The client browser reads

RE: Why does Tomcat not set HTTP_Referer?

2002-11-07 Thread JStanczak
] | | cc: | | Subject: RE: Why does Tomcat not set HTTP_Referer

Re: Why does Tomcat not set HTTP_Referer?

2002-11-05 Thread Chris Wolcott
I could be wrong, but I believe I read something that said the servlets must set thier own response header values. (See response.setContentType(text/html); and other set commands.) [EMAIL PROTECTED] wrote: I'm trying to setup some links that jump to another site. That other site checks the

Re: Why does Tomcat not set HTTP_Referer?

2002-11-05 Thread Craig R. McClanahan
On Tue, 5 Nov 2002 [EMAIL PROTECTED] wrote: Date: Tue, 5 Nov 2002 22:13:39 -0500 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Why does Tomcat not set HTTP_Referer? I'm trying to setup some links that jump to another site. That other