You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Maarten Koskamp (JIRA)" <xe...@xml.apache.org> on 2007/05/10 13:47:15 UTC

[jira] Created: (XERCESC-1701) Xerces-C++ Allows junk after root element (null characters)

Xerces-C++ Allows junk after root element (null characters)
-----------------------------------------------------------

                 Key: XERCESC-1701
                 URL: https://issues.apache.org/jira/browse/XERCESC-1701
             Project: Xerces-C++
          Issue Type: Bug
          Components: Non-Validating Parser
    Affects Versions: 2.7.0
         Environment: WindowsXP
            Reporter: Maarten Koskamp


Xerces-C allows a sequence of null characters after the document root at the end of the xml instance.
XML Specifiction states that only white-space is allowed after the document root. 
See attached sample for details.
Info about the affected version of the parser is also added as an attachment to this issue.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


Re: [jira] Updated: (XERCESC-1701) Xerces-C++ Allows junk after root element (null characters)

Posted by Denis Excoffier <xe...@Denis-Excoffier.org>.
Still a problem in 3.1.1. Patch included.

Regards,

Denis Excoffier.

On Tue, Nov 03, 2009 at 09:36:00AM +0000, Boris Kolpackov (JIRA) wrote:
>> 
>>      [ https://issues.apache.org/jira/browse/XERCESC-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>> 
>> Boris Kolpackov updated XERCESC-1701:
>> -------------------------------------
>> 
>>     Affects Version/s:     (was: 2.7.0)
>>                        3.0.1
>> 
>> Still a problem in 3.0.1.
>> 
>> > Xerces-C++ Allows junk after root element (null characters)
>> > -----------------------------------------------------------
>> >
>> >                 Key: XERCESC-1701
>> >                 URL: https://issues.apache.org/jira/browse/XERCESC-1701
>> >             Project: Xerces-C++
>> >          Issue Type: Bug
>> >          Components: Non-Validating Parser
>> >    Affects Versions: 3.0.1
>> >         Environment: WindowsXP
>> >            Reporter: Maarten Koskamp
>> >         Attachments: sample.xml, version.incl
>> >
>> >
>> > Xerces-C allows a sequence of null characters after the document root at the end of the xml instance.
>> > XML Specifiction states that only white-space is allowed after the document root. 
>> > See attached sample for details.
>> > Info about the affected version of the parser is also added as an attachment to this issue.
>> 
>> -- 
>> This message is automatically generated by JIRA.
>> -
>> You can reply to this email to add a comment to the issue online.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
>> For additional commands, e-mail: c-dev-help@xerces.apache.org
>> 
>> 
>> 

[jira] Updated: (XERCESC-1701) Xerces-C++ Allows junk after root element (null characters)

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov updated XERCESC-1701:
-------------------------------------

    Affects Version/s:     (was: 2.7.0)
                       3.0.1

Still a problem in 3.0.1.

> Xerces-C++ Allows junk after root element (null characters)
> -----------------------------------------------------------
>
>                 Key: XERCESC-1701
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1701
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Non-Validating Parser
>    Affects Versions: 3.0.1
>         Environment: WindowsXP
>            Reporter: Maarten Koskamp
>         Attachments: sample.xml, version.incl
>
>
> Xerces-C allows a sequence of null characters after the document root at the end of the xml instance.
> XML Specifiction states that only white-space is allowed after the document root. 
> See attached sample for details.
> Info about the affected version of the parser is also added as an attachment to this issue.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Commented: (XERCESC-1701) Xerces-C++ Allows junk after root element (null characters)

Posted by "Maarten Koskamp (JIRA)" <xe...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XERCESC-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495037 ] 

Maarten Koskamp commented on XERCESC-1701:
------------------------------------------

The second attachment is about the version of Xerces-C++ of course, nog Xalan.

> Xerces-C++ Allows junk after root element (null characters)
> -----------------------------------------------------------
>
>                 Key: XERCESC-1701
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1701
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Non-Validating Parser
>    Affects Versions: 2.7.0
>         Environment: WindowsXP
>            Reporter: Maarten Koskamp
>         Attachments: sample.xml, version.incl
>
>
> Xerces-C allows a sequence of null characters after the document root at the end of the xml instance.
> XML Specifiction states that only white-space is allowed after the document root. 
> See attached sample for details.
> Info about the affected version of the parser is also added as an attachment to this issue.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Updated: (XERCESC-1701) Xerces-C++ Allows junk after root element (null characters)

Posted by "Maarten Koskamp (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Koskamp updated XERCESC-1701:
-------------------------------------

    Attachment: version.incl

Information regarding the affected version of Xalan-C++

> Xerces-C++ Allows junk after root element (null characters)
> -----------------------------------------------------------
>
>                 Key: XERCESC-1701
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1701
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Non-Validating Parser
>    Affects Versions: 2.7.0
>         Environment: WindowsXP
>            Reporter: Maarten Koskamp
>         Attachments: sample.xml, version.incl
>
>
> Xerces-C allows a sequence of null characters after the document root at the end of the xml instance.
> XML Specifiction states that only white-space is allowed after the document root. 
> See attached sample for details.
> Info about the affected version of the parser is also added as an attachment to this issue.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Updated: (XERCESC-1701) Xerces-C++ Allows junk after root element (null characters)

Posted by "Maarten Koskamp (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Koskamp updated XERCESC-1701:
-------------------------------------

    Attachment: sample.xml

Sample document containin null characters after the document element

> Xerces-C++ Allows junk after root element (null characters)
> -----------------------------------------------------------
>
>                 Key: XERCESC-1701
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1701
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Non-Validating Parser
>    Affects Versions: 2.7.0
>         Environment: WindowsXP
>            Reporter: Maarten Koskamp
>         Attachments: sample.xml, version.incl
>
>
> Xerces-C allows a sequence of null characters after the document root at the end of the xml instance.
> XML Specifiction states that only white-space is allowed after the document root. 
> See attached sample for details.
> Info about the affected version of the parser is also added as an attachment to this issue.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org