[java-shib-idp2 COMMIT] /branches/REL_2/src/main/webapp/WEB-INF/idpui.tld
noreply at shibboleth.net
noreply at shibboleth.net
Tue Mar 5 22:53:49 EST 2013
Author: scantor
Date: Tue Mar 5 22:53:48 2013
New Revision: 3147
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3147&view=rev
Log:
SIDP-570: Add defaultValue attribute to ServiceName taglib.
Modified:
branches/REL_2/src/main/webapp/WEB-INF/idpui.tld
Modified: branches/REL_2/src/main/webapp/WEB-INF/idpui.tld
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/webapp/WEB-INF/idpui.tld?rev=3147&r1=3146&r2=3147&view=diff
==============================================================================
--- branches/REL_2/src/main/webapp/WEB-INF/idpui.tld (original)
+++ branches/REL_2/src/main/webapp/WEB-INF/idpui.tld Tue Mar 5 22:53:48 2013
@@ -12,7 +12,11 @@
<name>serviceName</name>
<tag-class>edu.internet2.middleware.shibboleth.idp.ui.ServiceNameTag</tag-class>
<body-content>empty</body-content>
-
+ <attribute>
+ <name>defaultValue</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
</tag>
<tag>
@@ -55,7 +59,7 @@
</tag>
<tag>
- <description>Service PrivacyURL - directly from the metadata if present</description>
+ <description>Service Privacy URL - directly from the metadata if present</description>
<name>servicePrivacyURL</name>
<tag-class>edu.internet2.middleware.shibboleth.idp.ui.ServicePrivacyURLTag</tag-class>
<body-content>scriptless</body-content>
More information about the commits
mailing list