[Catalyst-commits] r11810 - Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu Nov 12 23:46:28 GMT 2009


Author: t0m
Date: 2009-11-12 23:46:28 +0000 (Thu, 12 Nov 2009)
New Revision: 11810

Modified:
   Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/Changes
Log:
Changelog

Modified: Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/Changes
===================================================================
--- Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/Changes	2009-11-12 23:43:17 UTC (rev 11809)
+++ Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/Changes	2009-11-12 23:46:28 UTC (rev 11810)
@@ -18,6 +18,10 @@
     - Stop warnings when actions are forwarded to during dispatch.
     - Remove warnings for using Catalyst::Dispatcher->dispatch_types as this is a
       valid method to publicly call on the dispatcher.
+    - Args ($c->request->args) and CaptureArgs ($c->request->captrues)
+      passed to $c->uri_for with an action object ($c->action) will now
+      correctly round-trip when args or captures contain / as it is now
+      correctly uri encoded to %2F.
 
   Documentation:
     - Document no-args call to $c->uri_for.




More information about the Catalyst-commits mailing list