Skip Menu |

This queue is for tickets about the CGI-Simple CPAN distribution.

Report information
The Basics
Id: 75356
Status: resolved
Priority: 0/
Queue: CGI-Simple

People
Owner: MANWAR [...] cpan.org
Requestors: RSAVAGE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.113
Fixed in: 1.20



Subject: A discrepancy between CGI and CGI::Simple
Hi Andy Test code: #!/usr/bin/env perl use feature 'say'; use CGI; use CGI::Simple; # -------------- say 'CGI: ', CGI -> new -> redirect('http://127.0.0.1/'); say 'CGI::Simple: ', CGI::Simple -> new -> redirect('http://127.0.0.1/'); I get: CGI: Status: 302 Found Location: http://127.0.0.1/ CGI::Simple: Status: 302 Moved Location: http://127.0.0.1/ It's the 302 line I'm interested in. Would you say the Moved is more accurate than the Found? If so, I'll log a bug report for CGI. MY HTTP status code list leaves me a bit confused: 302 HTTP_MOVED_TEMPORARILY Found 302 REDIRECT Found taken from https://metacpan.org/module/Apache2::Controller::Refcard Cheers Ron
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.