[Catalyst] Hops sample app - IE ignoring 302 Location response?

Peter Edwards peter at dragonstaff.com
Wed Jan 11 22:44:37 CET 2006


Thanks Andy, that fixes it.
At least it was an interesting trawl through the inside of Catalyst with the
debugger :)

Peter

-----Original Message-----
From: catalyst-bounces at lists.rawmode.org
[mailto:catalyst-bounces at lists.rawmode.org] On Behalf Of Andy Grundman
Sent: 11 January 2006 21:25
To: The elegant MVC web framework
Subject: Re: [Catalyst] Hops sample app - IE ignoring 302 Location response?

Peter Edwards wrote:
> I've been playing with the Hops sample application and hit a problem with
> the redirect. This comes after editing a record and clicking Edit to save
> the changes. It should do path "beer/do_edit/2" then redirect to
> "beer/view/2". The debug shows Catalyst doing this and using the perl
> debugger the headers seem set up okay.
> However, instead of the redirect I get a "The page cannot be displayed"
> error screen showing an address of
> "http://centos41.dragonstaff.local:3000/pub/do_edit/1" and with page
> properties showing a path of
>
"res://C:\WINDOWS\system32\shdoclc.dll/dnserror.htm#http://centos41.dragonst
> aff.local:3000/pub/do_edit/1".
> It's only on the do_edit transaction. List, save, page forward/back all
work
> okay.
> 
> Any ideas?

There's some kind of bug in IE, to work around it run the standalone server
with 
the -k (keep-alive) switch.

-Andy





More information about the Catalyst mailing list