Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2F451801C for ; Fri, 15 Jan 2016 01:17:15 +0000 (UTC) Received: (qmail 81500 invoked by uid 500); 15 Jan 2016 01:17:15 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 81433 invoked by uid 500); 15 Jan 2016 01:17:15 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 81424 invoked by uid 99); 15 Jan 2016 01:17:15 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2016 01:17:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3FADDC0754 for ; Fri, 15 Jan 2016 01:17:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1 X-Spam-Level: * X-Spam-Status: No, score=1 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id NuuQPccf5t2o for ; Fri, 15 Jan 2016 01:17:09 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id D528D43A97 for ; Fri, 15 Jan 2016 01:17:08 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5E0F0E01D9 for ; Fri, 15 Jan 2016 01:17:08 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 08D503A1464 for ; Fri, 15 Jan 2016 01:17:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1724718 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml Date: Fri, 15 Jan 2016 01:17:07 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160115011708.08D503A1464@svn01-us-west.apache.org> Author: covener Date: Fri Jan 15 01:17:07 2016 New Revision: 1724718 URL: http://svn.apache.org/viewvc?rev=1724718&view=rev Log: Remove references to the END flag, which is not in this release. PR58868 Submitted By: Daniel Frederick Crisman asf-bugzilla sutoa.org Committed By: covener Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml?rev=1724718&r1=1724717&r2=1724718&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml Fri Jan 15 01:17:07 2016 @@ -1304,7 +1304,6 @@ cannot use $N in the substi or it is explicitly terminated by a L flag, or other flag which implies immediate termination, such as - END or F.

Modifying the Query String @@ -1382,7 +1381,7 @@ cannot use $N in the substi last|L Stop the rewriting process immediately and don't apply any more rules. Especially note caveats for per-directory and - .htaccess context (see also the END flag). details ...