validator/share/templates/en_US fatal-error.tmpl,1.28,1.29 soap_fault.tmpl,1.10,1.11

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv31837/share/templates/en_US

Modified Files:
	fatal-error.tmpl soap_fault.tmpl 
Log Message:
Note $secure_protocol -> http requests in the "no Referer" error message.


Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- fatal-error.tmpl	12 Dec 2009 11:15:13 -0000	1.28
+++ fatal-error.tmpl	26 Jan 2010 20:50:59 -0000	1.29
@@ -214,9 +214,11 @@
           You have requested we check the referring page, but your browser did
           not send the HTTP "Referer" header field. This can be for several
           reasons, but most commonly it is because your browser does not
-          know about this header, has been configured not to send one, or is
-          behind a proxy or firewall that strips it out of the request before
-          it reaches us.
+          know about this header, has been configured not to send one,
+          transferred the referring document over a secure protocol such as
+          https but is accessing the validator over ordinary non-secure http,
+          or is behind a proxy or firewall that strips it out of the request
+          before it reaches us.
         </p>
         <p>This is <em>not</em> an error in the referring page!</p>
         <p>

Index: soap_fault.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/soap_fault.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- soap_fault.tmpl	26 Jan 2010 20:22:38 -0000	1.10
+++ soap_fault.tmpl	26 Jan 2010 20:50:59 -0000	1.11
@@ -177,9 +177,11 @@
           You have requested we check the referring page, but your browser did
           not send the HTTP "Referer" header field. This can be for several
           reasons, but most commonly it is because your browser does not
-          know about this header, has been configured not to send one, or is
-          behind a proxy or firewall that strips it out of the request before
-          it reaches us.
+          know about this header, has been configured not to send one,
+          transferred the referring document over a secure protocol such as
+          https but is accessing the validator over ordinary non-secure http,
+          or is behind a proxy or firewall that strips it out of the request
+          before it reaches us.
 	</m:errordetail>
      </env:Detail>
 

Received on Tuesday, 26 January 2010 20:51:03 UTC