git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2823
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
=============================================
* Significant memory optimizations
[SIDP-260] - NPE in login-err.jsp
+[SIDP-268] - Expose Metadata on entityID URL
Changes in Release 2.1.1
<servlet-name>ProfileRequestDispatcher</servlet-name>
<url-pattern>/profile/*</url-pattern>
</servlet-mapping>
+
+ <!-- Send request to the EntityID to the SAML metadata handler. -->
+ <servlet>
+ <servlet-name>shibboleth_jsp</servlet-name>
+ <jsp-file>/shibboleth.jsp</jsp-file>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>shibboleth_jsp</servlet-name>
+ <url-pattern>/shibboleth</url-pattern>
+ </servlet-mapping>
<!-- Authentication Engine Entry Point -->
<servlet>
--- /dev/null
+<jsp:forward page="/profile/Metadata/SAML" />
\ No newline at end of file