Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CGI CPAN distribution.

Report information
The Basics
Id: 49770
Status: resolved
Priority: 0/
Queue: CGI

People
Owner: Nobody in particular
Requestors: leon [...] astray.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: URLs updated
Hello, I'm trying to update various URLs in the Perl source code. Here's a quick patch. Thanks! Leon
Subject: cgi_urls.patch
diff --git a/ext/CGI/lib/CGI.pm b/ext/CGI/lib/CGI.pm index cacb03a..7ba7e16 100644 --- a/ext/CGI/lib/CGI.pm +++ b/ext/CGI/lib/CGI.pm @@ -7267,7 +7267,7 @@ section of text: Note that you must import the ":html3" definitions to have the B<span()> method available. Here's a quick and dirty example of using CSS's. See the CSS specification at -http://www.w3.org/pub/WWW/TR/Wd-css-1.html for more information. +http://www.w3.org/Style/CSS/ for more information. use CGI qw/:standard :html3/; @@ -7594,7 +7594,7 @@ note that if you have applied Service Pack 6, much of the functionality of NPH scripts, including the ability to redirect while setting a cookie, b<do not work at all> on IIS without a special patch from Microsoft. See -http://support.microsoft.com/support/kb/articles/Q280/3/41.ASP: +http://web.archive.org/web/20010812012030/http://support.microsoft.com/support/kb/articles/Q280/3/41.ASP Non-Parsed Headers Stripped From CGI Applications That Have nph- Prefix in Name. diff --git a/ext/CGI/lib/CGI/Cookie.pm b/ext/CGI/lib/CGI/Cookie.pm index f2535f4..85a07f0 100644 --- a/ext/CGI/lib/CGI/Cookie.pm +++ b/ext/CGI/lib/CGI/Cookie.pm @@ -363,7 +363,7 @@ MS Internet Explorer 6 Service Pack 1 and later. See this URL for more information: -L<http://msdn.microsoft.com/workshop/author/dhtml/httponly_cookies.asp> +L<http://msdn.microsoft.com/en-us/library/ms533046%28VS.85%29.aspx> =back
On Wed Sep 16 16:35:48 2009, LBROCARD wrote: Show quoted text
> I'm trying to update various URLs in the Perl source code. > > Here's a quick patch.
Patch applied to the CGI.pm Git repo at http://github.com/yanick/CGI.pm. Thanks!
Thanks Yanick and Leon, this is now patched in my github repo as well.
Released in 3.48