ukf / ukf-testbed

UK federation tooling testbed
Apache License 2.0
1 stars 1 forks source link

Submit bug to Oracle about "Native JDK XSLT processor not handling negation inside a predicate correctly" #22

Open philsmart opened 9 months ago

philsmart commented 9 months ago

The native JDK XSLT processor is not handling negation inside a predicate correctly. For example the XSLT match predicate:

alg:*[not(parent::md:Extensions)]

Incorrectly matches the EntityDescriptor of any input SAML Metadata XML.

I will clean this up into a generic PoC to perhaps submit to Oracle.