[java-identity-provider COMMIT] /trunk/idp-war/src/main/webapp/WEB-INF/web.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Dec 11 12:04:54 EST 2015


Author: rdw
Date: Fri Dec 11 12:04:54 2015
New Revision: 8029

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8029&view=rev
Log:
IDP-876 Remove checking caused by insufficiently engaged brain.

https://issues.shibboleth.net/jira/browse/IDP-876

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=8029&r1=8028&r2=8029&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/WEB-INF/web.xml	(original)
+++ trunk/idp-war/src/main/webapp/WEB-INF/web.xml	Fri Dec 11 12:04:54 2015
@@ -137,15 +137,6 @@
         <url-pattern>/shibboleth</url-pattern>
     </servlet-mapping>
     
-    <servlet>
-        <servlet-name>default</servlet-name>
-        <servlet-class>org.eclipse.jetty.servlet.DefaultServlet</servlet-class>
-        <init-param>
-            <param-name>dirAllowed</param-name>
-            <param-value>false</param-value>
-        </init-param>
-    </servlet>
-
     <!--
     Uncomment to use container managed authentication. The new servlet spec (3.1)
     supports "**" as a wildcard syntax to avoid role usage, which is normally desirable.



More information about the commits mailing list