Added note that Apache will refuse %2F in urls unless configured accordingly.
dhoss [Sun, 1 Feb 2009 17:10:35 +0000 (17:10 +0000)]
lib/Catalyst/Action/REST.pm

index 0f55151..06f1d6c 100644 (file)
@@ -163,7 +163,7 @@ L<Catalyst::Action::Serialize>, L<Catalyst::Action::Deserialize>
 
 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