You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "Marcel Offermans (JIRA)" <ji...@apache.org> on 2014/04/17 10:54:41 UTC

[jira] [Updated] (ACE-399) Properly deal with situation where the SAX parser invokes characters() multiple times for a tag

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

Marcel Offermans updated ACE-399:
---------------------------------

    Fix Version/s: next

> Properly deal with situation where the SAX parser invokes characters() multiple times for a tag
> -----------------------------------------------------------------------------------------------
>
>                 Key: ACE-399
>                 URL: https://issues.apache.org/jira/browse/ACE-399
>             Project: ACE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 1.0.0
>            Reporter: Marcel Offermans
>            Assignee: Marcel Offermans
>             Fix For: next
>
>
> In some circumstances, the SAX parser will call characters() multiple times for a tag. Whenever its internal buffer overflows. We do not handle that situation correctly in our DeploymentServlet when we parse the contents of tags. Stackoverflow discusses the situation here: http://stackoverflow.com/questions/4567636/java-sax-parser-split-calls-to-characters
> We need to fix our parser! :)



--
This message was sent by Atlassian JIRA
(v6.2#6252)