]> granicus.if.org Git - apache/commitdiff
backported
authorEric Covener <covener@apache.org>
Wed, 9 Mar 2016 15:14:14 +0000 (15:14 +0000)
committerEric Covener <covener@apache.org>
Wed, 9 Mar 2016 15:14:14 +0000 (15:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734260 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
docs/manual/mod/mod_rewrite.xml
docs/manual/rewrite/flags.xml

diff --git a/CHANGES b/CHANGES
index 86a807555b22b9eaf3e6d6894e5f133145ec4d99..4d83effa2c7e4b5a1d19684c4b4f45d0d8183345 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,9 +8,6 @@ Changes with Apache 2.5.0
   *) mod_reqtimeout: Prevent long response times from triggering a timeout once
      the request has been fully read.  PR 59045.  [Yann Ylavic]
 
-  *) mod_rewrite: Add QSL|qslast flag to allow rewrites to files with 
-     literal question marks in their names. PR 58777. [Eric Covener]
-
   *) core: Split ap_create_request() from ap_read_request(). [Graham Leggett]
 
   *) mod_ssl: Don't lose track of the SSL context if the ssl_run_pre_handshake()
index 24acc23aff9a9d4a93581380475a25dc97655bdc..ea0fca334cfb219c8d670ff7e0d4485a982513f9 100644 (file)
@@ -1365,9 +1365,10 @@ cannot use <code>$N</code> in the substitution string!
         ...</a></em></td>
     </tr>
     <tr>
-        <td>qslast|QSA</td>
+        <td>qslast|QSL</td>
         <td>Interpret the last (right-most) question mark as the query string
             delimeter, instead of the first (left-most) as normally used.  
+            Available in 2.4.19 and later.
         <em><a href="../rewrite/flags.html#flag_qsl">details
         ...</a></em></td>
     </tr>
index f0fe2cec73acd1698441d6fb68adcd3ed8021af4..3439c6da43e74e88886066d44e7c0f2f57c9714f 100644 (file)
@@ -653,7 +653,7 @@ This is useful when mapping to files that have literal question marks in
 their filename.  If no query string is used in the substitution, 
 a question mark can be appended to it in combination with this flag.  </p>
 
-<p> This flag is available in version 2.5.0 and later.</p>
+<p> This flag is available in version 2.4.19 and later.</p>
 
 </section>