Hi Aleksej,
Thanks for the quick action! The changes are good to me.
Best,
Joe
On 5/28/2015 8:33 AM, Aleksej Efimov wrote:
Hi,
Please, review JDK9 fix [1] for a bug [2] in 'getNodeValue' JAXP
function:
According to w3c [3] getNodeValue should return 'null' value for
Element nodes. This b
Hi,
Please, review JDK9 fix [1] for a bug [2] in 'getNodeValue' JAXP function:
According to w3c [3] getNodeValue should return 'null' value for
Element nodes. This behavior was changed by JDK-8032908 [4] fix - in
current implementation the node content is returned.
To address this issue the