You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2007/04/24 15:29:51 UTC

[jira] Closed: (TILES-28) ServletTilesRequestContext always uses include, causing content-type problems

     [ https://issues.apache.org/struts/browse/TILES-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli closed TILES-28.
---------------------------------


> ServletTilesRequestContext always uses include, causing content-type problems
> -----------------------------------------------------------------------------
>
>                 Key: TILES-28
>                 URL: https://issues.apache.org/struts/browse/TILES-28
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Joe Germuska
>         Assigned To: Joe Germuska
>             Fix For: 2.0.0
>
>
> ServletTilesRequestContext implements the dispatch() method of TilesRequestContext by always using requestDispatcher.include() which means that requests from the template ("outermost" JSP) to set the content type are disregarded.  It should use requestDispatcher.forward() unless the response is committed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.