[Catalyst-commits] r9154 - Catalyst-Action-REST/0.60/trunk/lib/Catalyst/Action

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Sun Feb 1 17:10:36 GMT 2009


Author: dhoss
Date: 2009-02-01 17:10:35 +0000 (Sun, 01 Feb 2009)
New Revision: 9154

Modified:
   Catalyst-Action-REST/0.60/trunk/lib/Catalyst/Action/REST.pm
Log:
Added note that Apache will refuse %2F in urls unless configured accordingly.


Modified: Catalyst-Action-REST/0.60/trunk/lib/Catalyst/Action/REST.pm
===================================================================
--- Catalyst-Action-REST/0.60/trunk/lib/Catalyst/Action/REST.pm	2009-02-01 17:06:18 UTC (rev 9153)
+++ Catalyst-Action-REST/0.60/trunk/lib/Catalyst/Action/REST.pm	2009-02-01 17:10:35 UTC (rev 9154)
@@ -163,7 +163,7 @@
 
 A:  Most likely, you haven't set Content-type equal to "application/json", or one of the 
 accepted return formats.  You can do this by setting it in your query string thusly:
-?content-type=application%2Fjson (where %2F == / uri escaped).
+?content-type=application%2Fjson (where %2F == / uri escaped). **NOTE** Apache will refuse %2F unless configured otherise.
 
 =cut
 




More information about the Catalyst-commits mailing list