RFR: 8087283 : Add support for the XML Signature here() function to the JDK XPath implementation
huizhe wang
huizhe.wang at oracle.com
Fri Jun 12 19:23:34 UTC 2015
Hi Sean,
The change looks good to me.
Thanks,
Joe
On 6/12/2015 10:29 AM, Sean Mullan wrote:
> Please review this change to add support for the XML Signature here()
> function to the JDK XPath implementation. The here function is not
> defined in its own namespace. Therefore it needs to be implemented by
> extending the function library of XPath in the same namespace.
>
> Currently, the JDK XML Signature implementation uses reflection to
> invoke a method of an implementation-specific class in the JDK XPath
> library to register the here function. This fix provides a much
> cleaner solution that avoids use of reflection by extending the
> built-in set of XPath functions to include the here function.
>
> webrev: http://cr.openjdk.java.net/~mullan/webrevs/8087283/webrev.00/
> bug: https://bugs.openjdk.java.net/browse/JDK-8087283
>
> Thanks,
> Sean
More information about the security-dev
mailing list