[jboss-cvs] JBossAS SVN: r91694 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 27 23:37:48 EDT 2009


Author: permaine
Date: 2009-07-27 23:37:48 -0400 (Mon, 27 Jul 2009)
New Revision: 91694

Modified:
   branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch
   branches/JBPAPP_5_0/build/jbossas-5-enableauth.patch
Log:
JBPAPP-2186 Secure jbossws context

Modified: branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch
===================================================================
--- branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch	2009-07-27 23:50:48 UTC (rev 91693)
+++ branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch	2009-07-28 03:37:48 UTC (rev 91694)
@@ -577,3 +577,98 @@
              </list>
          </property>
          <depends>ConnectorMBean</depends>
+--- ./server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:26:44.000000000 -0400
++++ ./server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:25:59.000000000 -0400
+@@ -32,7 +32,7 @@
+     <url-pattern>/pclink</url-pattern>
+   </servlet-mapping>
+ 
+-   <!-- A security constraint that restricts access -->
++   <!-- A security constraint that restricts access
+    <security-constraint>
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+@@ -47,6 +47,7 @@
+        <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
++   -->
+ 
+    <login-config>
+       <auth-method>BASIC</auth-method>
+--- ./server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:26:40.000000000 -0400
++++ ./server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:25:59.000000000 -0400
+@@ -32,7 +32,7 @@
+     <url-pattern>/pclink</url-pattern>
+   </servlet-mapping>
+ 
+-   <!-- A security constraint that restricts access -->
++   <!-- A security constraint that restricts access
+    <security-constraint>
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+@@ -47,6 +47,7 @@
+        <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
++   -->
+ 
+    <login-config>
+       <auth-method>BASIC</auth-method>
+--- ./server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:26:52.000000000 -0400
++++ ./server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:25:59.000000000 -0400
+@@ -32,7 +32,7 @@
+     <url-pattern>/pclink</url-pattern>
+   </servlet-mapping>
+ 
+-   <!-- A security constraint that restricts access -->
++   <!-- A security constraint that restricts access
+    <security-constraint>
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+@@ -47,6 +47,7 @@
+        <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
++   -->
+ 
+    <login-config>
+       <auth-method>BASIC</auth-method>
+--- ./server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:27:02.000000000 -0400
++++ ./server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:25:59.000000000 -0400
+@@ -32,7 +32,7 @@
+     <url-pattern>/pclink</url-pattern>
+   </servlet-mapping>
+ 
+-   <!-- A security constraint that restricts access -->
++   <!-- A security constraint that restricts access
+    <security-constraint>
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+@@ -47,6 +47,7 @@
+        <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
++   -->
+ 
+    <login-config>
+       <auth-method>BASIC</auth-method>
+--- ./server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:27:07.000000000 -0400
++++ ./server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:25:59.000000000 -0400
+@@ -32,7 +32,7 @@
+     <url-pattern>/pclink</url-pattern>
+   </servlet-mapping>
+ 
+-   <!-- A security constraint that restricts access -->
++   <!-- A security constraint that restricts access
+    <security-constraint>
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+@@ -47,6 +47,7 @@
+        <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
++   -->
+ 
+    <login-config>
+       <auth-method>BASIC</auth-method>

Modified: branches/JBPAPP_5_0/build/jbossas-5-enableauth.patch
===================================================================
--- branches/JBPAPP_5_0/build/jbossas-5-enableauth.patch	2009-07-27 23:50:48 UTC (rev 91693)
+++ branches/JBPAPP_5_0/build/jbossas-5-enableauth.patch	2009-07-28 03:37:48 UTC (rev 91694)
@@ -643,3 +643,98 @@
              </list>
          </property>
          <depends>ConnectorMBean</depends>
+--- ./server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:25:59.000000000 -0400
++++ ./server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:26:44.000000000 -0400
+@@ -32,7 +32,7 @@
+     <url-pattern>/pclink</url-pattern>
+   </servlet-mapping>
+ 
+-   <!-- A security constraint that restricts access
++   <!-- A security constraint that restricts access -->
+    <security-constraint>
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+@@ -47,7 +47,6 @@
+        <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
+-   -->
+ 
+    <login-config>
+       <auth-method>BASIC</auth-method>
+--- ./server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:25:59.000000000 -0400
++++ ./server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:26:40.000000000 -0400
+@@ -32,7 +32,7 @@
+     <url-pattern>/pclink</url-pattern>
+   </servlet-mapping>
+ 
+-   <!-- A security constraint that restricts access
++   <!-- A security constraint that restricts access -->
+    <security-constraint>
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+@@ -47,7 +47,6 @@
+        <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
+-   -->
+ 
+    <login-config>
+       <auth-method>BASIC</auth-method>
+--- ./server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:25:59.000000000 -0400
++++ ./server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:26:52.000000000 -0400
+@@ -32,7 +32,7 @@
+     <url-pattern>/pclink</url-pattern>
+   </servlet-mapping>
+ 
+-   <!-- A security constraint that restricts access
++   <!-- A security constraint that restricts access -->
+    <security-constraint>
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+@@ -47,7 +47,6 @@
+        <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
+-   -->
+ 
+    <login-config>
+       <auth-method>BASIC</auth-method>
+--- ./server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:25:59.000000000 -0400
++++ ./server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:27:02.000000000 -0400
+@@ -32,7 +32,7 @@
+     <url-pattern>/pclink</url-pattern>
+   </servlet-mapping>
+ 
+-   <!-- A security constraint that restricts access
++   <!-- A security constraint that restricts access -->
+    <security-constraint>
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+@@ -47,7 +47,6 @@
+        <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
+-   -->
+ 
+    <login-config>
+       <auth-method>BASIC</auth-method>
+--- ./server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:25:59.000000000 -0400
++++ ./server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-07-27 23:27:07.000000000 -0400
+@@ -32,7 +32,7 @@
+     <url-pattern>/pclink</url-pattern>
+   </servlet-mapping>
+ 
+-   <!-- A security constraint that restricts access
++   <!-- A security constraint that restricts access -->
+    <security-constraint>
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+@@ -47,7 +47,6 @@
+        <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
+-   -->
+ 
+    <login-config>
+       <auth-method>BASIC</auth-method>




More information about the jboss-cvs-commits mailing list