[java-identity-provider COMMIT] /trunk/idp-war/src/main/webapp/WEB-INF/web.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Sep 14 17:05:58 EDT 2014
Author: scantor
Date: Sun Sep 14 17:05:57 2014
New Revision: 6525
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6525&view=rev
Log:
IDP-474 - avoid mapping root for now
Modified:
trunk/idp-war/src/main/webapp/WEB-INF/web.xml
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=6525&r1=6524&r2=6525&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/WEB-INF/web.xml (original)
+++ trunk/idp-war/src/main/webapp/WEB-INF/web.xml Sun Sep 14 17:05:57 2014
@@ -108,7 +108,8 @@
</servlet>
<servlet-mapping>
<servlet-name>idp</servlet-name>
- <url-pattern>/</url-pattern>
+ <url-pattern>/status</url-pattern>
+ <url-pattern>/profile/*</url-pattern>
</servlet-mapping>
<!-- Servlet protected by container used for RemoteUser authentication -->
More information about the commits
mailing list