validator/httpd/cgi-bin check,1.364,1.365

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv14539/httpd/cgi-bin

Modified Files:
	check 
Log Message:
Remove fragment identifier from input URI.
http://www.w3.org/mid/3dc2c792.163877202@smtp.bjoern.hoehrmann.de


Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -d -r1.364 -r1.365
--- check	15 Dec 2004 08:08:57 -0000	1.364
+++ check	8 Jan 2005 21:10:10 -0000	1.365
@@ -1182,6 +1182,7 @@
   my $File = shift; # The master datastructure.
 
   my $uri = new URI (ref $q ? $q->param('uri') : $q)->canonical();
+  $uri->fragment(undef);
 
   my $ua = new LWP::UserAgent;
   $ua->env_proxy();

Received on Saturday, 8 January 2005 21:10:14 UTC