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 <[EMAIL PROTECTED]>:
> 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
##### CGI::Application community mailing list ################
## ##
## To unsubscribe, or change your message delivery options, ##
## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ##
## ##
## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ##
## Wiki: http://cgiapp.erlbaum.net/ ##
## ##
################################################################