RE: Why does Tomcat not set HTTP_Referer?

2002-12-02 Thread Shapira, Yoav
] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 05, 2002 10:14 PM 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 site checks the header for the HTTP_Referer environment variable. When I jump from my

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

Why does Tomcat not set HTTP_Referer?

2002-11-05 Thread JStanczak
I'm trying to setup some links that jump to another site. That other site checks the header for the HTTP_Referer environment variable. When I jump from my servlet in Tomcat to this other site this variable is empty. Why does Tomcat not set this variable? Am I just doing something wrong? Help.

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