You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Blake Sullivan (JIRA)" <de...@myfaces.apache.org> on 2009/06/01 22:41:07 UTC

[jira] Created: (TRINIDAD-1495) ResponseWriters should throw IllegalStateException when attributes written outside of start element

ResponseWriters should throw IllegalStateException when attributes written outside of start element
---------------------------------------------------------------------------------------------------

                 Key: TRINIDAD-1495
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1495
             Project: MyFaces Trinidad
          Issue Type: Improvement
    Affects Versions:  1.2.12-core
            Reporter: Blake Sullivan


We have seen cases where due to bugs in Renderers and ResponseWriterWrappers, element attribute content is written inside the element body.  Debugging the cause is sometimes tricky, but is much easier if the ResponseWriters throw an IllegalStateException if attributes are written after the start element has been closed for any reason

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


[jira] Resolved: (TRINIDAD-1495) ResponseWriters should throw IllegalStateException when attributes written outside of start element

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

       Resolution: Fixed
    Fix Version/s:  1.2.12-core
         Assignee: Matthias Weßendorf

> ResponseWriters should throw IllegalStateException when attributes written outside of start element
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1495
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1495
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>    Affects Versions:  1.2.12-core
>            Reporter: Blake Sullivan
>            Assignee: Matthias Weßendorf
>             Fix For:  1.2.12-core
>
>         Attachments: JIRA_1495_12MAIN.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> We have seen cases where due to bugs in Renderers and ResponseWriterWrappers, element attribute content is written inside the element body.  Debugging the cause is sometimes tricky, but is much easier if the ResponseWriters throw an IllegalStateException if attributes are written after the start element has been closed for any reason

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