On Monday, June 06, 2011 08:19:00 Jie Gao wrote: > It seems that $r->uri returns the URI string with %20 decoded to white > space, but leaves "+" unchanged. Is this the right behaviour?
RFC2396 defines escaped encoding as "%" hex hex only, see chapter 2.4.1. In this sense I think the answer is yes. Anyway, this is rather a httpd API than a modperl question. Modperl only provides access to the "uri" field of the "struct request_rec" here. So, for more information ask here: d...@httpd.apache.org us...@httpd.apache.org Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org For additional commands, e-mail: dev-h...@perl.apache.org