From: Rainer Jung
Date: Tue, 22 Jan 2019 10:09:58 +0000 (+0000)
Subject: Xforms.
X-Git-Tag: 2.4.39~127
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d61d34e8923795653031c0bdfa982820da6818f;p=thirdparty%2Fapache%2Fhttpd.git
Xforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1851800 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index d41c80966f8..74644d8240a 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -3122,6 +3122,25 @@ matching URLs
</LocationMatch>
+ Note about / (slash)
+
The slash character has special meaning depending on where in a
+ URL it appears. People may be used to its behavior in the filesystem
+ where multiple adjacent slashes are frequently collapsed to a single
+ slash (i.e., /home///foo is the same as
+ /home/foo). In URL-space this is not necessarily true.
+ The <LocationMatch>
+ directive and the regex version of <Location> require you to explicitly specify multiple
+ slashes if that is your intention.
+
+
For example, <LocationMatch "^/abc"> would match
+ the request URL /abc but not the request URL
+ //abc. The (non-regex) <Location> directive behaves similarly when used for
+ proxy requests. But when (non-regex) <Location> is used for non-proxy requests it will
+ implicitly match multiple slashes with a single slash. For example,
+ if you specify <Location "/abc/def"> and the
+ request is to /abc//def then it will match.
+
+
See also
+Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.
| Description: | Fonctionnalités de base du serveur HTTP Apache toujours
disponibles |
| Statut: | Noyau httpd |
|---|
diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8
index 421513caf66..be866e82734 100644
--- a/docs/manual/mod/core.html.tr.utf8
+++ b/docs/manual/mod/core.html.tr.utf8
@@ -33,6 +33,7 @@
ja |
tr
+Bu çeviri güncel olmayabilir. Son deÄiÅiklikler için İngilizce sürüm geçerlidir.
| Açıklama: | Apache HTTP Sunucusunda daima mevcut olan çekirdek
özellikler |
| Durum: | Ãekirdek |
|---|
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index a67b96a657b..4bdb4f31c7b 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -1,7 +1,7 @@
-
+
+
+
diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja
index e015f6a7009..eb10effeec8 100644
--- a/docs/manual/mod/core.xml.ja
+++ b/docs/manual/mod/core.xml.ja
@@ -1,7 +1,7 @@
-
+
+