summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-05-22 01:01:59 +0200
committerAndré Malo <nd@apache.org>2003-05-22 01:01:59 +0200
commita25a585e190ba4efd0b4e2db95c9b1f2c93abf47 (patch)
tree691359072fdb4a1619500608aec71a1e2313cbad /docs
parentnote an issue that needs an ongoing fix (diff)
downloadapache2-a25a585e190ba4efd0b4e2db95c9b1f2c93abf47.tar.xz
apache2-a25a585e190ba4efd0b4e2db95c9b1f2c93abf47.zip
ad-hoc translation of AllowEncodedSlashes to German to get something into
the release. (no reference in the german docs otherwise) Further review is desired! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99991 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/core.xml.de32
1 files changed, 31 insertions, 1 deletions
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index 080212e245..ceb5119540 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -236,6 +236,36 @@ zuordnen</description>
</directivesynopsis>
<directivesynopsis>
+<name>AllowEncodedSlashes</name>
+<description>Legt fest, ob kodierte Pfadtrennzeichen durchgereicht werden
+d&uuml;rfen</description>
+<syntax>AllowEncodedSlashes On|Off</syntax>
+<default>AllowEncodedSlashes Off</default>
+<contextlist><context>server config</context><context>virtual host</context>
+</contextlist>
+<compatibility>Verf&uuml;gbar ab Apache 2.0.46</compatibility>
+
+<usage>
+ <p>Die <directive>AllowEncodedSlashes</directive>-Direktive erlaubt die
+ Verwendung von URLs, welche kodierte Pfadtrennzeichen (<code>%2F</code>
+ f&uuml;r <code>/</code> und auf entsprechenden Systemen zus&auml;tzlich
+ <code>%5C</code> f&uuml;r <code>\</code>) enthalten. Normalerweise werden
+ derartige URLs mit einem 404-Fehler (Nicht gefunden) abgewiesen.</p>
+
+ <p><directive>AllowEncodedSlashes</directive> <code>On</code> ist
+ vor allem in Verbindung mit <code>PATH_INFO</code> hilfreich.</p>
+
+ <note><title>Anmerkung</title>
+ <p>Das Erlauben von Schr&auml;gstrichen impliziert <em>nicht</em> die
+ <em>Dekodierung</em>. Vorkommen von <code>%2F</code> oder <code>%5C</code>
+ (<em>nur</em> auf entsprechenden Systemen) werden unver&auml;ndert in der
+ ansonsten dekodierten URL belassen.</p>
+ </note>
+</usage>
+<seealso><directive module="core">AcceptPathInfo</directive></seealso>
+</directivesynopsis>
+
+<directivesynopsis>
<name>AllowOverride</name>
<description>Direktiven-Typen, die in <code>.htaccess</code>-Dateien
erlaubt sind.</description>
@@ -3058,4 +3088,4 @@ IP-Adressen angewendet werden</description>
kombiniert werden, wenn eine Anfrage empfangen wird</seealso>
</directivesynopsis>
-</modulesynopsis> \ No newline at end of file
+</modulesynopsis>