summaryrefslogtreecommitdiff
path: root/xslt/clean-entitydescriptor.xsl
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2010-12-15 22:05:04 +0100
committerLeif Johansson <leifj@sunet.se>2010-12-15 22:05:04 +0100
commit81cb149e70800db8d03079fe625f757da8d41a11 (patch)
tree997fedd06f2f9a7448f871f9eb3d25b1d59002f7 /xslt/clean-entitydescriptor.xsl
parent2db2a24b0dc066d254c2a6fac471a092740c5691 (diff)
clean out validUntil and cacheDuration
Diffstat (limited to 'xslt/clean-entitydescriptor.xsl')
-rw-r--r--xslt/clean-entitydescriptor.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/xslt/clean-entitydescriptor.xsl b/xslt/clean-entitydescriptor.xsl
index d4ef16ff..4f619ab3 100644
--- a/xslt/clean-entitydescriptor.xsl
+++ b/xslt/clean-entitydescriptor.xsl
@@ -9,6 +9,8 @@
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0">
<xsl:template match="@ID"/>
+ <xsl:template match="@validUntil"/>
+ <xsl:template match="@cacheDuration"/>
<xsl:template match="text()|comment()|@*">
<xsl:copy/>