[jboss-svn-commits] JBL Code SVN: r14090 - labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/war/resources/WEB-INF.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 8 06:02:28 EDT 2007


Author: tfennelly
Date: 2007-08-08 06:02:28 -0400 (Wed, 08 Aug 2007)
New Revision: 14090

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/war/resources/WEB-INF/web.xml
Log:
Remove the security constraints.  These were checked in by accident.

Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/war/resources/WEB-INF/web.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/war/resources/WEB-INF/web.xml	2007-08-08 03:34:33 UTC (rev 14089)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/war/resources/WEB-INF/web.xml	2007-08-08 10:02:28 UTC (rev 14090)
@@ -25,7 +25,7 @@
         <url-pattern>/ABI_Shipping</url-pattern>
     </servlet-mapping>
 
-	<security-constraint>
+	<!-- security-constraint>
 		<web-resource-collection>
 			<web-resource-name>Secure Content</web-resource-name>
 			<url-pattern>/*</url-pattern>
@@ -37,15 +37,15 @@
 			<transport-guarantee>NONE</transport-guarantee>
 		</user-data-constraint>
 	</security-constraint>
-	<!-- ... -->
+
 	<login-config>
 		<auth-method>BASIC</auth-method>
 	<realm-name>Order Management Service</realm-name>
 	</login-config>
-	<!-- ... -->
+
 	<security-role>
 		<description>The role required to access restricted content </description>
 		<role-name>JBossAdmin</role-name>
-	</security-role>
+	</security-role -->
     
 </web-app>




More information about the jboss-svn-commits mailing list