[java-identity-provider COMMIT] in /trunk/idp-war/src/main/webapp: WEB-INF/jsp/metadata.jsp WEB-INF/web.xml shibbolet...

noreply at shibboleth.net noreply at shibboleth.net
Thu Oct 2 22:46:26 EDT 2014


Author: scantor
Date: Thu Oct  2 22:46:26 2014
New Revision: 6621

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6621&view=rev
Log:
Add a file-serving JSP for IdP metadata.

Added:
    trunk/idp-war/src/main/webapp/WEB-INF/jsp/metadata.jsp   (with props)
Modified:
    trunk/idp-war/src/main/webapp/WEB-INF/web.xml
    trunk/idp-war/src/main/webapp/shibboleth.jsp

Modified: trunk/idp-war/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/src/main/webapp/WEB-INF/web.xml?rev=6621&r1=6620&r2=6621&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/WEB-INF/web.xml (original)
+++ trunk/idp-war/src/main/webapp/WEB-INF/web.xml Thu Oct  2 22:46:26 2014
@@ -140,17 +140,17 @@
         <url-pattern>/Authn/X509</url-pattern>
     </servlet-mapping>
 
-    <!-- Send request to the EntityID to the SAML metadata handler. -->
-    <!-- 
+    <!-- Send request for the EntityID to the SAML metadata echoing JSP. -->
     <servlet>
         <servlet-name>shibboleth_jsp</servlet-name>
-        <jsp-file>/shibboleth.jsp</jsp-file>
+        <jsp-file>/WEB-INF/jsp/metadata.jsp</jsp-file>
     </servlet>
     <servlet-mapping>
         <servlet-name>shibboleth_jsp</servlet-name>
         <url-pattern>/shibboleth</url-pattern>
     </servlet-mapping>
 
+    <!-- 
     <error-page>
         <error-code>500</error-code>
         <location>/WEB-INF/jsp/error-500.jsp</location>



More information about the commits mailing list