[java-identity-provider COMMIT] in /trunk/idp-attribute-resolver-spring/src/main/resources/schema: shibboleth-2.0-att...

noreply at shibboleth.net noreply at shibboleth.net
Tue Sep 3 12:08:21 EDT 2013


Author: rdw
Date: Tue Sep  3 12:08:21 2013
New Revision: 4743

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4743&view=rev
Log:
IDP-205 The template (velocity) engine is no longer fixed.  The parsers will/do supply the default value.

Modified:
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-ad.xsd
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-dc.xsd

Modified: trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-ad.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-ad.xsd?rev=4743&r1=4742&r2=4743&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-ad.xsd (original)
+++ trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-ad.xsd Tue Sep  3 12:08:21 2013
@@ -320,7 +320,7 @@
                         </annotation>
                     </element>
                 </sequence>
-                <attribute name="velocityEngine" type="string" fixed="shibboleth.VelocityEngine">
+                <attribute name="velocityEngine" type="string">
                     <annotation>
                         <documentation>Name of the velocity engine defined within the application.</documentation>
                     </annotation>

Modified: trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-dc.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-dc.xsd?rev=4743&r1=4742&r2=4743&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-dc.xsd (original)
+++ trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-dc.xsd Tue Sep  3 12:08:21 2013
@@ -217,7 +217,7 @@
                         </documentation>
                     </annotation>
                 </attribute>
-                <attribute name="templateEngine" type="string" fixed="shibboleth.TemplateEngine">
+                <attribute name="templateEngine" type="string">
                     <annotation>
                         <documentation>
                             Name of the template engine defined within the application.
@@ -575,7 +575,7 @@
                         </documentation>
                     </annotation>
                 </attribute>
-                <attribute name="templateEngine" type="string" fixed="shibboleth.TemplateEngine">
+                <attribute name="templateEngine" type="string">
                     <annotation>
                         <documentation>Name of the template engine defined within the application.</documentation>
                     </annotation>



More information about the commits mailing list