[
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.