[java-identity-provider COMMIT] in /trunk/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute...

noreply at shibboleth.net noreply at shibboleth.net
Sat Aug 1 11:13:50 EDT 2015


Author: rdw
Date: Sat Aug  1 11:13:50 2015
New Revision: 7663

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7663&view=rev
Log:
linestyle, mime type missed by eclipse

Modified:
    trunk/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/andSingleton.xml   (contents, props changed)
    trunk/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/orSingleton.xml   (contents, props changed)

Modified: trunk/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/andSingleton.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/andSingleton.xml?rev=7663&r1=7662&r2=7663&view=diff
==============================================================================
--- trunk/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/andSingleton.xml	(original)
+++ trunk/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/andSingleton.xml	Sat Aug  1 11:13:50 2015
@@ -1,9 +1,9 @@
-<afp:AttributeRule attributeID="email"
-    	xmlns:afp="urn:mace:shibboleth:2.0:afp" xmlns:basic="urn:mace:shibboleth:2.0:afp:mf:basic"
-    	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
-                            urn:mace:shibboleth:2.0:afp:mf:basic http://shibboleth.net/schema/idp/shibboleth-afp-mf-basic.xsd">
-	<afp:PermitValueRule xsi:type="basic:AND">
-        <basic:Rule xsi:type="basic:ANY" />
-	</afp:PermitValueRule>
+<afp:AttributeRule attributeID="email"
+    	xmlns:afp="urn:mace:shibboleth:2.0:afp" xmlns:basic="urn:mace:shibboleth:2.0:afp:mf:basic"
+    	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
+                            urn:mace:shibboleth:2.0:afp:mf:basic http://shibboleth.net/schema/idp/shibboleth-afp-mf-basic.xsd">
+	<afp:PermitValueRule xsi:type="basic:AND">
+        <basic:Rule xsi:type="basic:ANY" />
+	</afp:PermitValueRule>
 </afp:AttributeRule>

Modified: trunk/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/orSingleton.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/orSingleton.xml?rev=7663&r1=7662&r2=7663&view=diff
==============================================================================
--- trunk/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/orSingleton.xml	(original)
+++ trunk/idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/orSingleton.xml	Sat Aug  1 11:13:50 2015
@@ -1,11 +1,11 @@
-<afp:AttributeRule attributeID="email"
-    	xmlns:afp="urn:mace:shibboleth:2.0:afp" xmlns:basic="urn:mace:shibboleth:2.0:afp:mf:basic"
-    	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
-                            urn:mace:shibboleth:2.0:afp:mf:basic http://shibboleth.net/schema/idp/shibboleth-afp-mf-basic.xsd">
-	<afp:PermitValueRule xsi:type="basic:OR">
-		<basic:Rule xsi:type="basic:NOT">
-			<basic:Rule xsi:type="basic:ANY" />
-		</basic:Rule>
-	</afp:PermitValueRule>
+<afp:AttributeRule attributeID="email"
+    	xmlns:afp="urn:mace:shibboleth:2.0:afp" xmlns:basic="urn:mace:shibboleth:2.0:afp:mf:basic"
+    	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
+                            urn:mace:shibboleth:2.0:afp:mf:basic http://shibboleth.net/schema/idp/shibboleth-afp-mf-basic.xsd">
+	<afp:PermitValueRule xsi:type="basic:OR">
+		<basic:Rule xsi:type="basic:NOT">
+			<basic:Rule xsi:type="basic:ANY" />
+		</basic:Rule>
+	</afp:PermitValueRule>
 </afp:AttributeRule>



More information about the commits mailing list