From: dhoss Date: Sun, 1 Feb 2009 17:10:35 +0000 (+0000) Subject: Added note that Apache will refuse %2F in urls unless configured accordingly. X-Git-Tag: 0.67_01~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=264b29c85ab916e1d58333e0d75747079c652580 Added note that Apache will refuse %2F in urls unless configured accordingly. --- diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index 0f55151..06f1d6c 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -163,7 +163,7 @@ L, L 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