[
https://issues.apache.org/jira/browse/COCOON-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jörg Heinicke closed COCOON-1976.
---------------------------------
Resolution: Fixed
Fixed it now using Rob's initial proposal with null checks.
> [PATCH] NPE in POI ElementProcessorSerializer for characters between
> startDocument and first StartElement
> ---------------------------------------------------------------------------------------------------------
>
> Key: COCOON-1976
> URL: https://issues.apache.org/jira/browse/COCOON-1976
> Project: Cocoon
> Issue Type: Bug
> Components: Blocks: POI
> Affects Versions: 2.1.9, 2.1.10
> Reporter: Rob Berens
> Assigned To: Jörg Heinicke
> Fix For: 2.1.11-dev (Current SVN), 2.2-dev (Current SVN)
>
> Attachments: patch.txt
>
>
> When there are characters (white space) outside elements e.g. between the
> startDocument() and the first startElement the ElementProcessorSerializer
> thorws an NPE. This especially occurs in combination with the
> JXTemplateGenerator, which generates a call to the consumer's contentHandler
> characters method for the white space between the startDocument() and the
> first StartElement.
> This issue is solved by the attached patch.txt
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.