Josh Lavin <suppressed> 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
_/ _/ _/ _/ _/ _/ _/ _/_/ suppressed
_/ _/ _/_/_/_/ _/ _/_/_/ _/ _/
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.