[
https://issues.apache.org/jira/browse/TRINIDAD-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Winer resolved TRINIDAD-104.
---------------------------------
Resolution: Fixed
Fixed by patching CoreRenderer.toChar()
> 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.