- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Jul 2009 16:51:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv10748 Modified Files: check Log Message: Bug 4365 status comment update. Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.673 retrieving revision 1.674 diff -u -d -r1.673 -r1.674 --- check 30 Jun 2009 18:49:07 -0000 1.673 +++ check 30 Jul 2009 16:51:02 -0000 1.674 @@ -2437,6 +2437,7 @@ # just trump the query string for the duration of calling methods we # know we don't need it for and which have been affected in the past. # More info: http://www.w3.org/Bugs/Public/show_bug.cgi?id=4365 + # ->url() reportedly fixed in CGI.pm 3.34, ->path_info() in 3.40. local $ENV{REQUEST_URI} = URI->new($ENV{REQUEST_URI})->path() if $ENV{REQUEST_URI};
Received on Thursday, 30 July 2009 16:51:13 UTC