Return-Path: X-Original-To: apmail-httpd-docs-archive@www.apache.org Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A404E9DC0 for ; Sat, 5 May 2012 10:33:28 +0000 (UTC) Received: (qmail 93936 invoked by uid 500); 5 May 2012 10:33:28 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 93895 invoked by uid 500); 5 May 2012 10:33:28 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 93887 invoked by uid 99); 5 May 2012 10:33:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 May 2012 10:33:28 +0000 X-ASF-Spam-Status: No, hits=-1997.8 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 May 2012 10:33:27 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 3F43341A7; Sat, 5 May 2012 10:33:07 +0000 (UTC) From: bugzilla@apache.org To: docs@httpd.apache.org Subject: [Bug 53196] Rewrite examples forget to encode the query string? Date: Sat, 05 May 2012 10:33:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: Documentation X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alan.christopher.jenkins@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: docs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: multipart/alternative; boundary="1336213987.b862B0.58878"; charset="us-ascii" X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --1336213987.b862B0.58878 Date: Sat, 5 May 2012 10:33:07 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://issues.apache.org/bugzilla/show_bug.cgi?id=53196 --- Comment #1 from Alan --- Ah, I see my solution was missing a RewriteMap encode int:escape which means this wasn't as friendly as I thought: you can't use it in .htaccess. -- You are receiving this mail because: You are the assignee for the bug. --1336213987.b862B0.58878 Date: Sat, 5 May 2012 10:33:07 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 1 from
Ah, I see my solution was missing a

  RewriteMap encode int:escape

which means this wasn't as friendly as I thought: you can't use it in
.htaccess.


You are receiving this mail because:
  • You are the assignee for the bug.
--1336213987.b862B0.58878--