Return-Path: Mailing-List: contact modperl-help@apache.org; run by ezmlm Delivered-To: mailing list modperl@apache.org Received: (qmail 56922 invoked from network); 1 Jun 2000 19:22:15 -0000 Received: from d122.dial-4.cmb.ma.ultra.net (HELO mojo.covalent.net) (209.6.67.122) by locus.apache.org with SMTP; 1 Jun 2000 19:22:15 -0000 Received: from localhost (dougm@localhost) by mojo.covalent.net (8.8.8/8.8.8) with ESMTP id MAA03857; Thu, 1 Jun 2000 12:44:37 -0700 X-Authentication-Warning: mojo.covalent.net: dougm owned process doing -bs Date: Thu, 1 Jun 2000 12:44:37 -0700 (PDT) From: Doug MacEachern To: "Jeffrey W. Baker" cc: Jerrad Pierce , Modperl Mailing List Subject: RE: Wierd problem with redirect In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Wed, 31 May 2000, Jeffrey W. Baker wrote: > On Tue, 30 May 2000, Jerrad Pierce wrote: > > > I'm running into an odd redirect ptoblem myself, I'm issuing: > > > > HTTP/1.1 302 Moved Temporarily\n\r > > Date: Tue 30 May 2000 18:18:07 GMT\n\r > > Server: Apache/1.311\n\r > > Set-Cookie: SESSION_ID=4177a0c9ae2b278decd6038901b28a2a; path=/; > > expires=Thu, 1-Jan-70 00:20:00 GMT;\n\r > > Location: /\n\r > > If you don't follow the HTTP specification, you can't expect the browser > to do the right thing. "/" is not a valid URI for a Location. According > to RFC 2616, the Location must be an absolute URI: but it is valid in apache, for mod_cgi scripts and mod_perl scripts that have PerlSendHeader On. apache will do an internal redirect if the url is not absolute.