[
https://issues.apache.org/jira/browse/TRINIDAD-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619817#action_12619817
]
Matthias Weßendorf commented on TRINIDAD-1170:
----------------------------------------------
Fix could be something like:
public void setContentType(final String type)
{
// the reason we're using XmlHttpServletResponse is because
// we're producing a ppr xml response, so ignore any
// attempts to set the contentType, since the contentType
// must be text/xml:
_LOG.finer("ignoring setContentType:{0}", type);
super.setContentType(_contentType);
}
but that is a bit hacky...
> Partial Page Rendering does not work on Weblogic 10
> ---------------------------------------------------
>
> Key: TRINIDAD-1170
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1170
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 1.0.8-core, 1.2.8-core
> Reporter: Matthias Weßendorf
> Assignee: Matthias Weßendorf
>
> Run Trinidad PPR on a Weblogic 10 server and see that an invalid XML response
> is generated.
> => "text/html" is returned instead of "text/xml"
> See also this discussion on the myfaces list:
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg49162.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.