https://bz.apache.org/bugzilla/show_bug.cgi?id=49746
--- Comment #7 from Philippe Lantin <[email protected]> --- Created attachment 33414 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33414&action=edit Add urlencode function. Patch against 2.2.31 that adds urlencode function from apr. Sample usage: RewriteMap urlencode int:urlencode RewriteRule /(.*) /some/url?resource=fibble&target=http://%{HTTP_HOST}/$1?${urlencode:%{QUERY_STRING}} [B,PT,L] -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
