Merge pull request #3234 from vramik/KEYCLOAK-3549
KEYCLOAK-3549 fix xsl locator to work with ibmjdk
This commit is contained in:
commit
b2fd429749
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
|||
</modules>
|
||||
</xsl:variable>
|
||||
|
||||
<!--inject provider-->
|
||||
<xsl:template match="//*[local-name()='providers']/*[local-name()='provider']">
|
||||
<!--inject provider; note: due to ibmjdk issues it tries to find out provider which has no attributes-->
|
||||
<xsl:template match="//*[local-name()='subsystem' and starts-with(namespace-uri(), $nsKS)]//*[local-name()='provider' and not(@*)]">
|
||||
<xsl:copy>
|
||||
<xsl:apply-templates select="@*|node()" />
|
||||
</xsl:copy>
|
||||
|
|
Loading…
Reference in a new issue