[java-identity-provider] 02/06: Remove emacs-droppings
Rod Widdowson
rdw at steadingsoftware.com
Sun Jan 31 14:04:38 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a047de106c286976207e0bf58f35c10dcda4698a
commit a047de106c286976207e0bf58f35c10dcda4698a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jan 30 11:15:10 2021 +0000
Remove emacs-droppings
---
.../idp/attribute/filter/matcher/#scripted-rhino.xml# | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/#scripted-rhino.xml# b/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/#scripted-rhino.xml#
deleted file mode 100644
index 715aecd56..000000000
--- a/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/#scripted-rhino.xml#
+++ /dev/null
@@ -1,17 +0,0 @@
-<AttributeRule attributeID="email"
- xmlns="urn:mace:shibboleth:2.0:afp"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="urn:mace:shibboleth:2.0:afp http://shibboleth.net/schema/idp/shibboleth-afp.xsd">
- <PermitValueRule xsi:type="Script" language="rhino" >
- <Script>
- <![CDATA[
- org.mozilla.javascript.EcmaError: ReferenceError: "importPackage" is not defined. (Script#2)
- at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:4236)
-importPackage(Packages.java.util);
- x = new HashSet();
- x.add(attribute.getValues().iterator().next());
- x;
- ]]>
- </Script>
- </PermitValueRule>
-</AttributeRule>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list