[java-identity-provider COMMIT] in /trunk/idp-distribution/src/main/resources/embedded/jetty-base-9.3: start.d/idp.in...

noreply at shibboleth.net noreply at shibboleth.net
Sat May 21 10:41:43 EDT 2016


Author: rdw
Date: Sat May 21 10:41:42 2016
New Revision: 8250

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8250&view=rev
Log:
IDP-983 Jetty-9.3 encorporate comments from Scott

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

Modified:
    trunk/idp-distribution/src/main/resources/embedded/jetty-base-9.3/start.d/idp.ini
    trunk/idp-distribution/src/main/resources/embedded/jetty-base-9.3/webapps/idp.xml

Modified: trunk/idp-distribution/src/main/resources/embedded/jetty-base-9.3/start.d/idp.ini
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/resources/embedded/jetty-base-9.3/start.d/idp.ini?rev=8250&r1=8249&r2=8250&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/embedded/jetty-base-9.3/start.d/idp.ini	(original)
+++ trunk/idp-distribution/src/main/resources/embedded/jetty-base-9.3/start.d/idp.ini	Sat May 21 10:41:42 2016
@@ -45,10 +45,6 @@
 ## idp.xml
 jetty.war.path=../webapp
 
-# Path to JAAS config
-# No longer used TOM????
-# jetty.jaas.path=conf/authn/jaas.config
-
 #Path to statically served.  This is relative to ${jetty.base} directory
 ## static.xml
 #jetty.static.data.path=../static

Modified: trunk/idp-distribution/src/main/resources/embedded/jetty-base-9.3/webapps/idp.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/resources/embedded/jetty-base-9.3/webapps/idp.xml?rev=8250&r1=8249&r2=8250&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/embedded/jetty-base-9.3/webapps/idp.xml	(original)
+++ trunk/idp-distribution/src/main/resources/embedded/jetty-base-9.3/webapps/idp.xml	Sat May 21 10:41:42 2016
@@ -11,29 +11,4 @@
   <Set name="copyWebDir">false</Set>
   <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=375504 -->
   <Set name="copyWebInf">true</Set>
-<!-- 
-  <Call name="setAttribute">
-    <Arg>org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern</Arg>
-    <Arg>none</Arg>
-  </Call>
-  <Call name="setAttribute">
-    <Arg>org.eclipse.jetty.webapp.basetempdir</Arg>
-    <Arg><Property name="jetty.base" />/tmp</Arg>
-  </Call>
-
-  <Call class="java.lang.System" name="setProperty">
-    <Arg>java.security.auth.login.config</Arg>
-    <Arg><Property name="jetty.jaas.path" /></Arg>
-  </Call>
-  <Set name="securityHandler">
-    <New class="org.eclipse.jetty.security.ConstraintSecurityHandler">
-     <Set name="loginService">
-       <New class="org.eclipse.jetty.jaas.JAASLoginService">
-         <Set name="name">Web Login Service</Set>
-         <Set name="loginModuleName">ShibUserPassAuth</Set>
-       </New>
-     </Set>
-    </New>
-  </Set>
-  -->q
 </Configure>



More information about the commits mailing list