[cgiapp] CGI::Application::FastCGI -> The page isn't redirecting properly???

Alexandr Ciornii alexchorny at gmail.com
Fri May 23 16:18:15 EDT 2008


Hello.

Is 'warning.html' a real page or it is generated with
CGI::Application? If it is generated, you should try patch from
http://rt.cpan.org/Public/Bug/Display.html?id=17736, I checked it and
it is really necessary - without it redirect header is repeated on
next request.

2008/5/23 CGI User <cgiapp at mailswamp.com>:
> I encounter very strange problem using CGI::Application::FastCGI module.
> Firefox browser displays this warning:
> "The page isn't redirecting properly
> Firefox has detected that the server is redirecting the request for this
> address in a way that will never complete."
> when I try to redirect to another page using
> CGI::Application::Plugin::Redirect module.
>
>        return $self->redirect('warning.html');
>    }
>
>    return $self;
> }

-- 
Alexandr Ciornii, http://chorny.net


More information about the cgiapp mailing list