You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/11/19 22:44:18 UTC

DO NOT REPLY [Bug 32328] New: - [PATCH] new rewrite map function for ampersand escaping

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32328>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32328

           Summary: [PATCH] new rewrite map function for ampersand escaping
           Product: Apache httpd-2.0
           Version: 2.1-HEAD
          Platform: All
               URL: http://meta.wikimedia.org/wiki/Rewrite_Rules#the_key_rul
                    e
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: mod_rewrite
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: trapni@gentoo.org


This patch will add ampersand escaping to apache2 as  
recently posted to the dev@httpd list. 
 
example use (from URL above): 
RewriteMap ampescape int:ampescape 
RewriteRule ^/(.*)$ /index.php?title=${ampescape:$1} [L,QSA] 
 
regards, 
Christian Parpart.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org