Subject: | URI::_query::query_form replace + with space |
[quote]
URI::_query::query_form(/usr/lib/perl5/site_perl/5.8/URI/_query.pm:68):
68: map { s/\+/ /g; uri_unescape($_) }
[/quote]
Yes, '+' is a reserved character. But, the website I am recently working
at uses url like below
http://example.com/?foo=+
The plus mark is just used as a normal charater. I tried but couldn't
find information about the replacement. At least, how about import a
configurable variable?
--
http://islue.blogspot.com/