X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FResponse.pm;h=6143f25c9a3e8a71565bbd25ddae7dc41d038341;hp=a3580ffca94d19818580cf56195811b93c6f0082;hb=refs%2Ftags%2F5.90079_008;hpb=51b34249806efbb5eb2572baf32ebaf619840d17 diff --git a/lib/Catalyst/Response.pm b/lib/Catalyst/Response.pm index a3580ff..6143f25 100644 --- a/lib/Catalyst/Response.pm +++ b/lib/Catalyst/Response.pm @@ -551,7 +551,13 @@ Example: } Please note this does not attempt to map or nest your PSGI application under -the Controller and Action namespace or path. +the Controller and Action namespace or path. You may wish to review 'PSGI Helpers' +under L for help in properly nesting applications. + +B If your external PSGI application returns a response that has a character +set associated with the content type (such as "text/html; charset=UTF-8") we set +$c->clear_encoding to remove any additional content type encoding processing later +in the application (this is done to avoid double encoding issues). =head2 encodable_content_type