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

Andy Grundman andy at hybridized.org
Wed Jan 11 22:24:51 CET 2006


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