]> granicus.if.org Git - apache/commitdiff
Add note on special character handling with FakeBasicAuth.
authorJoe Orton <jorton@apache.org>
Fri, 17 Nov 2017 17:24:27 +0000 (17:24 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 17 Nov 2017 17:24:27 +0000 (17:24 +0000)
PR: 52644

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1815599 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index c13db2c655f9b209c5563846389d417219eccd58..fc94cc298efd5d2d5a1650d1a6050d300a389ada 100644 (file)
@@ -1473,6 +1473,13 @@ The available <em>option</em>s are:</p>
     directive within <module>mod_auth_basic</module> can be used as a more
     general mechanism for faking basic authentication, giving control over the
     structure of both the username and password.</p>
+
+    <note type="warning">
+      <p>The usernames used for <code>FakeBasicAuth</code> must not
+      include any non-ASCII characters, ASCII escape characters (such
+      a newline), or a colon.  If a colon is found, a 403 Forbidden
+      error will be generated with httpd 2.5.1 and later.</p>
+    </note>
 </li>
 <li><code>StrictRequire</code>
     <p>