2002/css-validator/org/w3c/css/util HTTPURL.java,1.26,1.27

Update of /sources/public/2002/css-validator/org/w3c/css/util
In directory hutz:/tmp/cvs-serv10361/org/w3c/css/util

Modified Files:
	HTTPURL.java 
Log Message:
Set Referer only with setReferrer().

Index: HTTPURL.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/HTTPURL.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- HTTPURL.java	4 Nov 2011 21:07:54 -0000	1.26
+++ HTTPURL.java	5 Nov 2011 09:16:11 -0000	1.27
@@ -227,9 +227,6 @@
                 "Jigsaw/2.2.5 W3C_CSS_Validator_JFouffa/2.0");
         // referrer
         setReferrer(urlC, ref);
-        if (ref != null) {
-            urlC.setRequestProperty("Referer", ref.toExternalForm());
-        }
         // relay authorization information
         if (ac.getCredential() != null) {
             urlC.setRequestProperty("Authorization", ac.getCredential());

Received on Saturday, 5 November 2011 09:16:23 UTC