[java-shib-idp2 COMMIT] /branches/REL_2/src/main/webapp/WEB-INF/idpui.tld

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 13 12:21:17 EDT 2013


Author: scantor
Date: Wed Mar 13 12:21:16 2013
New Revision: 3154

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3154&view=rev
Log:
Fix org tag names.

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=3154&r1=3153&r2=3154&view=diff
==============================================================================
--- branches/REL_2/src/main/webapp/WEB-INF/idpui.tld (original)
+++ branches/REL_2/src/main/webapp/WEB-INF/idpui.tld Wed Mar 13 12:21:16 2013
@@ -161,14 +161,14 @@
 
   <tag>
     <description>Service Organization Name - directly from the metadata if present</description>
-    <name>organizationURL</name>
+    <name>organizationName</name>
     <tag-class>edu.internet2.middleware.shibboleth.idp.ui.OrganizationNameTag</tag-class>
     <body-content>scriptless</body-content>
   </tag>
 
   <tag>
     <description>Service Organization Display Name - directly from the metadata if present</description>
-    <name>organizationURL</name>
+    <name>organizationDisplayName</name>
     <tag-class>edu.internet2.middleware.shibboleth.idp.ui.OrganizationDisplayNameTag</tag-class>
     <body-content>scriptless</body-content>
   </tag>



More information about the commits mailing list