[ic] [bounce] 301 ?

Kevin Walsh kevin at cursor.biz
Sat Nov 25 12:21:04 EST 2006


Josh Lavin <josh at myprivacy.ca> wrote:
> > Do you think it could have something to do with my using  
> > Interchange::Link ?
> >
> I just tried the code above on a catalog using Interchange::Link on  
> IC 5.4.0, and got a 302 instead.
> 
There we are then - the problem must be in there.  I don't use
mod_interchange, instead of Interchange::Link, so I wouldn't have found
that on any of the installations under my control.

A quick look at the Interchange::Link code revealed this:

        if($set_status =~ /^30[21]/) {
#warn "Doing redirect\n";
            $r->content_type($set_content);
            close (SOCK)                                or die "close: $!\n";
            return Apache2::Const::REDIRECT;
        }

I'm sure that'll be the place to fix your issue.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/


More information about the interchange-users mailing list