[Catalyst-commits] r12087 - Catalyst-Runtime/5.80/branches/fix_path_info_decoding

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Nov 30 23:17:34 GMT 2009


Author: t0m
Date: 2009-11-30 23:17:33 +0000 (Mon, 30 Nov 2009)
New Revision: 12087

Modified:
   Catalyst-Runtime/5.80/branches/fix_path_info_decoding/Changes
   Catalyst-Runtime/5.80/branches/fix_path_info_decoding/Makefile.PL
Log:
Require new HTTP::Request::AsCGI

Modified: Catalyst-Runtime/5.80/branches/fix_path_info_decoding/Changes
===================================================================
--- Catalyst-Runtime/5.80/branches/fix_path_info_decoding/Changes	2009-11-30 22:59:15 UTC (rev 12086)
+++ Catalyst-Runtime/5.80/branches/fix_path_info_decoding/Changes	2009-11-30 23:17:33 UTC (rev 12087)
@@ -11,6 +11,8 @@
      $ENV{SCRIPT_NAME} if possible. This is many web servers always fully
      decode PATH_INFO including URI reserved characters. This allows us to
      tell foo%2cbar from foo%252cbar.. RT#50082
+   - Require new HTTP::Request::AsCGI so that it fully decodes $ENV{PATH_INFO}
+     in non CGI contexts.
 
   Refactoring / cleanups:
    - NoTabs and Pod tests moved to t/author so that they're not run

Modified: Catalyst-Runtime/5.80/branches/fix_path_info_decoding/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/branches/fix_path_info_decoding/Makefile.PL	2009-11-30 22:59:15 UTC (rev 12086)
+++ Catalyst-Runtime/5.80/branches/fix_path_info_decoding/Makefile.PL	2009-11-30 23:17:33 UTC (rev 12087)
@@ -34,7 +34,7 @@
 requires 'HTTP::Headers' => '1.64';
 requires 'HTTP::Request' => '5.814';
 requires 'HTTP::Response' => '5.813';
-requires 'HTTP::Request::AsCGI' => '0.8';
+requires 'HTTP::Request::AsCGI' => '1.0';
 requires 'LWP::UserAgent';
 requires 'Module::Pluggable' => '3.9';
 requires 'Path::Class' => '0.09';




More information about the Catalyst-commits mailing list