You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2016/03/09 16:14:14 UTC

svn commit: r1734260 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_rewrite.xml docs/manual/rewrite/flags.xml

Author: covener
Date: Wed Mar  9 15:14:14 2016
New Revision: 1734260

URL: http://svn.apache.org/viewvc?rev=1734260&view=rev
Log:

backported

Modified:
    httpd/httpd/trunk/CHANGES
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
    httpd/httpd/trunk/docs/manual/rewrite/flags.xml

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1734260&r1=1734259&r2=1734260&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Mar  9 15:14:14 2016
@@ -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()

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml?rev=1734260&r1=1734259&r2=1734260&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Wed Mar  9 15:14:14 2016
@@ -1365,9 +1365,10 @@ cannot use <code>$N</code> in the substi
         ...</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>

Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.xml?rev=1734260&r1=1734259&r2=1734260&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/flags.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/flags.xml Wed Mar  9 15:14:14 2016
@@ -653,7 +653,7 @@ This is useful when mapping to files tha
 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>