On Thu, Jul 29, 2010 at 12:52 PM, Ryan Gies <[email protected]> wrote: > 2) Apache2::URI::unescape_url is (was) broken. > http://www.mail-archive.com/[email protected]/msg23558.html
It could be that unescape_url in httpd is at fault here since that is the source of this function via XS. I don't know if you want to go dig around in the httpd source and have a look but here is where you should look: httpd/server/util.c 1551 static int unescape_url(char *url, const char *forbid, const char *reserved) > > > My intentions are to post to CPAN. > If anyone wants more details, please let me know. > > -Ryan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
