diff options
author | Leif Johansson <leifj@sunet.se> | 2014-12-06 21:11:20 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2014-12-06 21:11:20 +0100 |
commit | 22a0389545bade5e3535eabf9dc62db96819b6fa (patch) | |
tree | 4a2c60e7a37729bfbc86f9ab3cf358ef91428b88 /xslt/clean-entitydescriptor.xsl | |
parent | 5c9afd1aa94d8c9e4a7102ed38a3833515785400 (diff) |
strip inner signatures
Diffstat (limited to 'xslt/clean-entitydescriptor.xsl')
-rw-r--r-- | xslt/clean-entitydescriptor.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xslt/clean-entitydescriptor.xsl b/xslt/clean-entitydescriptor.xsl index a1407785..c1c31df9 100644 --- a/xslt/clean-entitydescriptor.xsl +++ b/xslt/clean-entitydescriptor.xsl @@ -15,6 +15,7 @@ <xsl:template match="@ID"/> <xsl:template match="@validUntil"/> <xsl:template match="@cacheDuration"/> + <xsl:template match="ds:Signature"/> <xsl:template match="text()|comment()|@*"> <xsl:copy/> |