You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by la...@apache.org on 2001/08/21 02:13:18 UTC

cvs commit: httpd-2.0/docs/docroot/error length_required.de.html length_required.en.html length_required.fr.html length_required.html method_not_allowed.de.html method_not_allowed.en.html method_not_allowed.es.html method_not_allowed.fr.html method_not_allowed.html entity_too_large.de.html entity_too_large.en.html entity_too_large.es.html entity_too_large.fr.html entity_too_large.html

lars        01/08/20 17:13:18

  Modified:    docs/docroot/error length_required.de.html
                        length_required.en.html length_required.fr.html
                        length_required.html method_not_allowed.de.html
                        method_not_allowed.en.html
                        method_not_allowed.es.html
                        method_not_allowed.fr.html method_not_allowed.html
                        entity_too_large.de.html entity_too_large.en.html
                        entity_too_large.es.html entity_too_large.fr.html
                        entity_too_large.html
  Log:
  Fix wrong variable (REDIRECT_METHOD -> REDIRECT_REQUEST_METHOD).
  
  Revision  Changes    Path
  1.2       +1 -1      httpd-2.0/docs/docroot/error/length_required.de.html
  
  Index: length_required.de.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/length_required.de.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- length_required.de.html	2001/08/19 00:59:53	1.1
  +++ length_required.de.html	2001/08/21 00:13:18	1.2
  @@ -2,7 +2,7 @@
   <!--#include virtual="include/top.html" -->
   
       Die Anfrage kann nicht beantwortet werden.
  -    Bei Verwendung der <!--#echo encoding="none" var="REDIRECT_METHOD"-->-Methode
  +    Bei Verwendung der <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"-->-Methode
       mu� ein korrekter <code>Content-Length</code>-Header
       angegeben werden. 
   
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/length_required.en.html
  
  Index: length_required.en.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/length_required.en.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- length_required.en.html	2001/08/19 00:59:53	1.1
  +++ length_required.en.html	2001/08/21 00:13:18	1.2
  @@ -1,7 +1,7 @@
   <!--#set var="TITLE" value="Bad Content-Length!" -->
   <!--#include virtual="include/top.html" -->
   
  -    A request with the <!--#echo encoding="none" var="REDIRECT_METHOD"-->
  +    A request with the <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"-->
       method requires a valid <code>Content-Length</code> header.
   
   <!--#include virtual="include/bottom.html" -->
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/length_required.fr.html
  
  Index: length_required.fr.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/length_required.fr.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- length_required.fr.html	2001/08/19 00:59:53	1.1
  +++ length_required.fr.html	2001/08/21 00:13:18	1.2
  @@ -1,7 +1,7 @@
   <!--#set var="TITLE" value="Longueur du contenu ill&eacute;gal!" -->
   <!--#include virtual="include/top.html" -->
   
  -    Une requ&ecirc;te utilisant la m&eacute;thode <!--#echo encoding="none" var="REDIRECT_METHOD"-->
  +    Une requ&ecirc;te utilisant la m&eacute;thode <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"-->
       n&eacute;cessite un header valable <code>Content-Length</code> (indiquant la longueur).
   
   <!--#include virtual="include/bottom.html" -->
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/length_required.html
  
  Index: length_required.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/length_required.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- length_required.html	2001/08/19 00:59:53	1.1
  +++ length_required.html	2001/08/21 00:13:18	1.2
  @@ -1,7 +1,7 @@
   <!--#set var="TITLE" value="Bad Content-Length!" -->
   <!--#include virtual="include/top.html" -->
   
  -    A request with the <!--#echo encoding="none" var="REDIRECT_METHOD"-->
  +    A request with the <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"-->
       method requires a valid <code>Content-Length</code> header.
   
   <!--#include virtual="include/bottom.html" -->
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/method_not_allowed.de.html
  
  Index: method_not_allowed.de.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/method_not_allowed.de.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- method_not_allowed.de.html	2001/08/19 00:59:53	1.1
  +++ method_not_allowed.de.html	2001/08/21 00:13:18	1.2
  @@ -1,7 +1,7 @@
   <!--#set var="TITLE" value="Methode nicht erlaubt!" -->
   <!--#include virtual="include/top.html" -->
   
  -    Die <!--#echo encoding="none" var="REDIRECT_METHOD"-->-Methode
  +    Die <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"-->-Methode
       ist f�r den angeforderten URL nicht erlaubt.
   
   <!--#include virtual="include/bottom.html" -->
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/method_not_allowed.en.html
  
  Index: method_not_allowed.en.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/method_not_allowed.en.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- method_not_allowed.en.html	2001/08/19 00:59:53	1.1
  +++ method_not_allowed.en.html	2001/08/21 00:13:18	1.2
  @@ -1,7 +1,7 @@
   <!--#set var="TITLE" value="Method not allowed!" -->
   <!--#include virtual="include/top.html" -->
   
  -    The <!--#echo encoding="none" var="REDIRECT_METHOD"-->
  +    The <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"-->
       method is not allowed for the requested URL.
       
   <!--#include virtual="include/bottom.html" -->
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/method_not_allowed.es.html
  
  Index: method_not_allowed.es.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/method_not_allowed.es.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- method_not_allowed.es.html	2001/08/19 00:59:53	1.1
  +++ method_not_allowed.es.html	2001/08/21 00:13:18	1.2
  @@ -1,7 +1,7 @@
   <!--#set var="TITLE" value="Method not allowed!" -->
   <!--#include virtual="include/top.html" -->
   
  -	El <!--#echo encoding="none" var="REDIRECT_METHOD"-->
  +	El <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"-->
   	m&eacute;todo utilizado por su solicitud no esta 
   	permitido por el URL.
       
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/method_not_allowed.fr.html
  
  Index: method_not_allowed.fr.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/method_not_allowed.fr.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- method_not_allowed.fr.html	2001/08/19 00:59:53	1.1
  +++ method_not_allowed.fr.html	2001/08/21 00:13:18	1.2
  @@ -1,7 +1,7 @@
   <!--#set var="TITLE" value="M&eacute;thode interdite!" -->
   <!--#include virtual="include/top.html" -->
   
  -    La m&eacute;thode <!--#echo encoding="none" var="REDIRECT_METHOD"-->
  +    La m&eacute;thode <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"-->
       n'est pas utilisable pour l'URL requise.
   
   <!--#include virtual="include/bottom.html" -->
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/method_not_allowed.html
  
  Index: method_not_allowed.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/method_not_allowed.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- method_not_allowed.html	2001/08/19 00:59:53	1.1
  +++ method_not_allowed.html	2001/08/21 00:13:18	1.2
  @@ -1,7 +1,7 @@
   <!--#set var="TITLE" value="Method not allowed!" -->
   <!--#include virtual="include/top.html" -->
   
  -    The <!--#echo encoding="none" var="REDIRECT_METHOD"-->
  +    The <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"-->
       method is not allowed for the requested URL.
       
   <!--#include virtual="include/bottom.html" -->
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/entity_too_large.de.html
  
  Index: entity_too_large.de.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/entity_too_large.de.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- entity_too_large.de.html	2001/08/19 00:59:53	1.1
  +++ entity_too_large.de.html	2001/08/21 00:13:18	1.2
  @@ -2,7 +2,7 @@
   <!--#include virtual="include/top.html" -->
   
       Die bei der Anfrage �bermittelnden Daten sind f�r
  -    die <!--#echo encoding="none" var="REDIRECT_METHOD"-->-Methode nicht erlaubt
  +    die <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"-->-Methode nicht erlaubt
       oder die Datenmenge hat das Maximum �berschritten.
   
   <!--#include virtual="include/bottom.html" -->
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/entity_too_large.en.html
  
  Index: entity_too_large.en.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/entity_too_large.en.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- entity_too_large.en.html	2001/08/19 00:59:53	1.1
  +++ entity_too_large.en.html	2001/08/21 00:13:18	1.2
  @@ -1,7 +1,7 @@
   <!--#set var="TITLE" value="Request entity too large!" -->
   <!--#include virtual="include/top.html" -->
   
  -  The <!--#echo encoding="none" var="REDIRECT_METHOD"--> method does not allow the data
  +  The <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"--> method does not allow the data
     transmitted, or the data volume exceeds the capacity limit.
   
   <!--#include virtual="include/bottom.html" -->
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/entity_too_large.es.html
  
  Index: entity_too_large.es.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/entity_too_large.es.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- entity_too_large.es.html	2001/08/19 00:59:53	1.1
  +++ entity_too_large.es.html	2001/08/21 00:13:18	1.2
  @@ -2,7 +2,7 @@
   <!--#include virtual="include/top.html" -->
   
   	Los recursos establecidos no permiten peticiones con
  -	el <!--#echo encoding="none" var="REDIRECT_METHOD"--> m&eacute;todo 
  +	el <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"--> m&eacute;todo 
   	suministrado por su solicitud, o, la cantidad de datos 
   	provistos exceden los l&iacute;mites de capacidad.
   
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/entity_too_large.fr.html
  
  Index: entity_too_large.fr.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/entity_too_large.fr.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- entity_too_large.fr.html	2001/08/19 00:59:53	1.1
  +++ entity_too_large.fr.html	2001/08/21 00:13:18	1.2
  @@ -1,7 +1,7 @@
   <!--#set var="TITLE" value="Volume de la demande trop grand!" -->
   <!--#include virtual="include/top.html" -->
   
  -La m&eacute;thode <!--#echo encoding="none" var="REDIRECT_METHOD"--> 
  +La m&eacute;thode <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"--> 
   n'autorise pas le transfert de ces donn&eacute;es ou bien le volume
   des donn&eacute;es exc&egrave;de la limite de capacit&eacute;.
   
  
  
  
  1.2       +1 -1      httpd-2.0/docs/docroot/error/entity_too_large.html
  
  Index: entity_too_large.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/error/entity_too_large.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- entity_too_large.html	2001/08/19 00:59:53	1.1
  +++ entity_too_large.html	2001/08/21 00:13:18	1.2
  @@ -1,7 +1,7 @@
   <!--#set var="TITLE" value="Request entity too large!" -->
   <!--#include virtual="include/top.html" -->
   
  -  The <!--#echo encoding="none" var="REDIRECT_METHOD"--> method does not allow the data
  +  The <!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"--> method does not allow the data
     transmitted, or the data volume exceeds the capacity limit.
   
   <!--#include virtual="include/bottom.html" -->