You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2008/11/27 10:55:46 UTC

[jira] Resolved: (TRINIDAD-1323) Bug in FredJSP caused malformed html answer

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

Matthias Weßendorf resolved TRINIDAD-1323.
------------------------------------------

       Resolution: Fixed
    Fix Version/s:  1.2.11-core
                    1.0.11-core

> Bug in FredJSP caused malformed html answer
> -------------------------------------------
>
>                 Key: TRINIDAD-1323
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1323
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.8-core, 1.2.10-core
>            Reporter: Sergey Astakhov
>            Assignee: Matthias Weßendorf
>            Priority: Minor
>             Fix For:  1.0.11-core,  1.2.11-core
>
>
> Extract of code from org.apache.myfaces.trinidadinternal.renderkit.core.pages.FredJSP:
>  CoreOutputText headStart = new CoreOutputText();
>  root.getChildren().add(headStart);
>  headStart.setEscape(false);
>  headStart.setValue("<head>");
> ...
>  CoreOutputText headEnd = new CoreOutputText();
>  root.getChildren().add(headEnd);
>  headStart.setEscape(false);
>  headStart.setValue("</head>");
> The last two lines is referenced to the headStart instead of the headEnd.

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