You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Adam Winer (JIRA)" <de...@myfaces.apache.org> on 2007/07/16 22:48:05 UTC

[jira] Reopened: (TRINIDAD-104) Don't write NULL characters as output

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

Adam Winer reopened TRINIDAD-104:
---------------------------------

      Assignee: Adam Winer

> Don't write NULL characters as output
> -------------------------------------
>
>                 Key: TRINIDAD-104
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-104
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.1-core
>         Environment: operating system: WinXP
>            Reporter: shafi khan
>            Assignee: Adam Winer
>            Priority: Critical
>         Attachments: trunk.patch
>
>
> This is to avoid writing a illegal character in HTML. If we bind accessKey to a null character , then HTMLResponseWriter writes a illegal character to the output. Because HTML treats \u0000 as a unused character. 
> We will have to check against null character, and render nothing.  I am going to provide the patch.

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