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: [email protected] [email protected] Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
