RFR: 8032908: getTextContent doesn't return string in JAXP
Aleksej Efimov
aleksej.efimov at oracle.com
Thu Jul 31 06:12:15 UTC 2014
Joe,
Thank you for the review!
Aleksej
On 07/30/2014 09:42 PM, huizhe wang wrote:
> Hi Aleksej,
>
> The change looks good, as we discussed previously.
>
> Thanks,
> Joe
>
> On 7/30/2014 9:32 AM, Aleksej Efimov wrote:
>> Hi,
>>
>> Please, review the fix [1] for the Node.getTextContent() bug:
>> https://bugs.openjdk.java.net/browse/JDK-8032908
>>
>> Problem description:
>> When Node#getTextContent is called to get the text content of node
>> which is passed to XSLT extension function, a string that contains
>> text representation of current Node and its siblings does not return
>> but 'null' returns.
>>
>> Testing:
>> JAXP regression tests were executed with no failures: test/javax/xml
>> test/com/sun/org/apache/xml
>> The following JCK tests were executed without any related failures:
>> api/xinclude api/xsl api/javax_xml api/org_xml xml_schema api/xinclude
>>
>> Thank you,
>> Aleksej
>>
>>
>> [1] http://cr.openjdk.java.net/~aefimov/8032908/9/00
>
More information about the core-libs-dev
mailing list