diff options
author | André Malo <nd@apache.org> | 2003-05-22 01:01:59 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-05-22 01:01:59 +0200 |
commit | a25a585e190ba4efd0b4e2db95c9b1f2c93abf47 (patch) | |
tree | 691359072fdb4a1619500608aec71a1e2313cbad /docs | |
parent | note an issue that needs an ongoing fix (diff) | |
download | apache2-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.de | 32 |
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ürfen</description> +<syntax>AllowEncodedSlashes On|Off</syntax> +<default>AllowEncodedSlashes Off</default> +<contextlist><context>server config</context><context>virtual host</context> +</contextlist> +<compatibility>Verfü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ür <code>/</code> und auf entsprechenden Systemen zusätzlich + <code>%5C</code> fü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ä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ä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> |