Commit ad4bc34b authored by Lars Eilebrecht's avatar Lars Eilebrecht
Browse files

Fix wrong variable (REDIRECT_METHOD -> REDIRECT_REQUEST_METHOD).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90447 13f79535-47bb-0310-9956-ffa450edef68
parent 1ab41741
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 −1
Original line number Diff line number Diff line
<!--#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 −1
Original line number Diff line number Diff line
@@ -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 −1
Original line number Diff line number Diff line
<!--#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 −1
Original line number Diff line number Diff line
<!--#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" -->
Loading