Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1.1
-
None
-
None
Description
MyFacesGenericPortlet.java/nonFacesRequest() forces the content-type to be "text/html" even if the response type is already set.
It should not set it if it already has a non-null value. If it is null, it should use the value from request.getResponseContentType() (unless that value is "*" in which case text/html would be fine)
This probably applies to the facesRender() method too.