[ 
https://issues.apache.org/jira/browse/TRINIDAD-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681805#action_12681805
 ] 

Vadim Dmitriev commented on TRINIDAD-1170:
------------------------------------------

I checked webapp's classloader: there are only two jar's with "trinidad" in 
their names - "trinidad-api-1.2.11.jar" and "trinidad-impl-1.2.11.jar".

Executed strings reported by JVM debugger matched ones from this class source 
(i.e. I didn't step through blank lines, comments etc.)
While debugging following happened:
1. XmlHttpServletResponse(ServletResponse response)
2. public void setContentType(final String type) (type="text/html")
3. public PrintWriter getWriter() throws IOException
4. public void setContentType(final String type) 
5-9. public PrintWriter getWriter() throws IOException
10. public void setContentType(final String type) 
11-17. public PrintWriter getWriter() throws IOException

Maybe it has something to do with the following entry from http request header?
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

> 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
>             Fix For: 1.2.10-core, 1.0.10-core
>
>
> 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.

Reply via email to