You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alexstuart
changed the title
Native JDK XSLT processor not handling negation inside a predicate correctly
Submit bug to Oracle about "Native JDK XSLT processor not handling negation inside a predicate correctly"
Mar 20, 2024
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.
The text was updated successfully, but these errors were encountered: