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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 31 23:06:51 EDT 2009


Author: smarlow at redhat.com
Date: 2009-08-31 23:06:51 -0400 (Mon, 31 Aug 2009)
New Revision: 93055

Modified:
   branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch
Log:
JBPAPP-2657 Accessing jbossws console throws properties not found exception

Modified: branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch
===================================================================
--- branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch	2009-09-01 02:23:41 UTC (rev 93054)
+++ branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch	2009-09-01 03:06:51 UTC (rev 93055)
@@ -475,6 +475,151 @@
              </list>
          </property>
          <depends>ConnectorMBean</depends>
+diff -Naur server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml
+--- server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 11:05:23.000000000 -0400
++++ server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 11:04:32.000000000 -0400
+@@ -37,14 +37,14 @@
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+        <description>An example security config that only allows users with the
+-         role 'JBossAdmin' to access the JBossWS console web application
++         role 'friend' to access the JBossWS console web application
+        </description>
+        <url-pattern>/*</url-pattern>
+        <http-method>GET</http-method>
+        <http-method>POST</http-method>
+      </web-resource-collection>
+      <auth-constraint>
+-       <role-name>JBossAdmin</role-name>
++       <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
+ 
+@@ -54,7 +54,7 @@
+    </login-config>
+ 
+    <security-role>
+-      <role-name>JBossAdmin</role-name>
++      <role-name>friend</role-name>
+    </security-role>
+   
+   <!-- 
+diff -Naur server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml
+--- server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:49:17.000000000 -0400
++++ server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:47:57.000000000 -0400
+@@ -37,14 +37,14 @@
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+        <description>An example security config that only allows users with the
+-         role 'JBossAdmin' to access the JBossWS console web application
++         role 'friend' to access the JBossWS console web application
+        </description>
+        <url-pattern>/*</url-pattern>
+        <http-method>GET</http-method>
+        <http-method>POST</http-method>
+      </web-resource-collection>
+      <auth-constraint>
+-       <role-name>JBossAdmin</role-name>
++       <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
+ 
+@@ -54,7 +54,7 @@
+    </login-config>
+ 
+    <security-role>
+-      <role-name>JBossAdmin</role-name>
++      <role-name>friend</role-name>
+    </security-role>
+   
+   <!-- 
+diff -Naur server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml
+--- server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:49:28.000000000 -0400
++++ server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:47:42.000000000 -0400
+@@ -37,14 +37,14 @@
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+        <description>An example security config that only allows users with the
+-         role 'JBossAdmin' to access the JBossWS console web application
++         role 'friend' to access the JBossWS console web application
+        </description>
+        <url-pattern>/*</url-pattern>
+        <http-method>GET</http-method>
+        <http-method>POST</http-method>
+      </web-resource-collection>
+      <auth-constraint>
+-       <role-name>JBossAdmin</role-name>
++       <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
+ 
+@@ -54,7 +54,7 @@
+    </login-config>
+ 
+    <security-role>
+-      <role-name>JBossAdmin</role-name>
++      <role-name>friend</role-name>
+    </security-role>
+   
+   <!-- 
+diff -Naur server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml
+--- server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:49:22.000000000 -0400
++++ server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:48:06.000000000 -0400
+@@ -37,14 +37,14 @@
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+        <description>An example security config that only allows users with the
+-         role 'JBossAdmin' to access the JBossWS console web application
++         role 'friend' to access the JBossWS console web application
+        </description>
+        <url-pattern>/*</url-pattern>
+        <http-method>GET</http-method>
+        <http-method>POST</http-method>
+      </web-resource-collection>
+      <auth-constraint>
+-       <role-name>JBossAdmin</role-name>
++       <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
+ 
+@@ -54,7 +54,7 @@
+    </login-config>
+ 
+    <security-role>
+-      <role-name>JBossAdmin</role-name>
++      <role-name>friend</role-name>
+    </security-role>
+   
+   <!-- 
+diff -Naur server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml
+--- server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:43:18.000000000 -0400
++++ server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:47:52.000000000 -0400
+@@ -37,14 +37,14 @@
+      <web-resource-collection>
+        <web-resource-name>ContextServlet</web-resource-name>
+        <description>An example security config that only allows users with the
+-         role 'JBossAdmin' to access the JBossWS console web application
++         role 'friend' to access the JBossWS console web application
+        </description>
+        <url-pattern>/*</url-pattern>
+        <http-method>GET</http-method>
+        <http-method>POST</http-method>
+      </web-resource-collection>
+      <auth-constraint>
+-       <role-name>JBossAdmin</role-name>
++       <role-name>friend</role-name>
+      </auth-constraint>
+    </security-constraint>
+ 
+@@ -54,7 +54,7 @@
+    </login-config>
+ 
+    <security-role>
+-      <role-name>JBossAdmin</role-name>
++      <role-name>friend</role-name>
+    </security-role>
+   
+   <!-- 
 --- ./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 @@
@@ -768,148 +913,4 @@
        </login-module>
      </authentication>
    </application-policy>
-diff -Naur server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml
---- server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 11:05:23.000000000 -0400
-+++ server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 11:04:32.000000000 -0400
-@@ -37,14 +37,14 @@
-      <web-resource-collection>
-        <web-resource-name>ContextServlet</web-resource-name>
-        <description>An example security config that only allows users with the
--         role 'JBossAdmin' to access the JBossWS console web application
-+         role 'friend' to access the JBossWS console web application
-        </description>
-        <url-pattern>/*</url-pattern>
-        <http-method>GET</http-method>
-        <http-method>POST</http-method>
-      </web-resource-collection>
-      <auth-constraint>
--       <role-name>JBossAdmin</role-name>
-+       <role-name>friend</role-name>
-      </auth-constraint>
-    </security-constraint>
- 
-@@ -54,7 +54,7 @@
-    </login-config>
- 
-    <security-role>
--      <role-name>JBossAdmin</role-name>
-+      <role-name>friend</role-name>
-    </security-role>
-   
-   <!-- 
-diff -Naur server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml
---- server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:49:17.000000000 -0400
-+++ server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:47:57.000000000 -0400
-@@ -37,14 +37,14 @@
-      <web-resource-collection>
-        <web-resource-name>ContextServlet</web-resource-name>
-        <description>An example security config that only allows users with the
--         role 'JBossAdmin' to access the JBossWS console web application
-+         role 'friend' to access the JBossWS console web application
-        </description>
-        <url-pattern>/*</url-pattern>
-        <http-method>GET</http-method>
-        <http-method>POST</http-method>
-      </web-resource-collection>
-      <auth-constraint>
--       <role-name>JBossAdmin</role-name>
-+       <role-name>friend</role-name>
-      </auth-constraint>
-    </security-constraint>
- 
-@@ -54,7 +54,7 @@
-    </login-config>
- 
-    <security-role>
--      <role-name>JBossAdmin</role-name>
-+      <role-name>friend</role-name>
-    </security-role>
-   
-   <!-- 
-diff -Naur server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml
---- server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:49:28.000000000 -0400
-+++ server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:47:42.000000000 -0400
-@@ -37,14 +37,14 @@
-      <web-resource-collection>
-        <web-resource-name>ContextServlet</web-resource-name>
-        <description>An example security config that only allows users with the
--         role 'JBossAdmin' to access the JBossWS console web application
-+         role 'friend' to access the JBossWS console web application
-        </description>
-        <url-pattern>/*</url-pattern>
-        <http-method>GET</http-method>
-        <http-method>POST</http-method>
-      </web-resource-collection>
-      <auth-constraint>
--       <role-name>JBossAdmin</role-name>
-+       <role-name>friend</role-name>
-      </auth-constraint>
-    </security-constraint>
- 
-@@ -54,7 +54,7 @@
-    </login-config>
- 
-    <security-role>
--      <role-name>JBossAdmin</role-name>
-+      <role-name>friend</role-name>
-    </security-role>
-   
-   <!-- 
-diff -Naur server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml
---- server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:49:22.000000000 -0400
-+++ server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:48:06.000000000 -0400
-@@ -37,14 +37,14 @@
-      <web-resource-collection>
-        <web-resource-name>ContextServlet</web-resource-name>
-        <description>An example security config that only allows users with the
--         role 'JBossAdmin' to access the JBossWS console web application
-+         role 'friend' to access the JBossWS console web application
-        </description>
-        <url-pattern>/*</url-pattern>
-        <http-method>GET</http-method>
-        <http-method>POST</http-method>
-      </web-resource-collection>
-      <auth-constraint>
--       <role-name>JBossAdmin</role-name>
-+       <role-name>friend</role-name>
-      </auth-constraint>
-    </security-constraint>
- 
-@@ -54,7 +54,7 @@
-    </login-config>
- 
-    <security-role>
--      <role-name>JBossAdmin</role-name>
-+      <role-name>friend</role-name>
-    </security-role>
-   
-   <!-- 
-diff -Naur server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml
---- server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:43:18.000000000 -0400
-+++ server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/web.xml	2009-08-28 10:47:52.000000000 -0400
-@@ -37,14 +37,14 @@
-      <web-resource-collection>
-        <web-resource-name>ContextServlet</web-resource-name>
-        <description>An example security config that only allows users with the
--         role 'JBossAdmin' to access the JBossWS console web application
-+         role 'friend' to access the JBossWS console web application
-        </description>
-        <url-pattern>/*</url-pattern>
-        <http-method>GET</http-method>
-        <http-method>POST</http-method>
-      </web-resource-collection>
-      <auth-constraint>
--       <role-name>JBossAdmin</role-name>
-+       <role-name>friend</role-name>
-      </auth-constraint>
-    </security-constraint>
- 
-@@ -54,7 +54,7 @@
-    </login-config>
- 
-    <security-role>
--      <role-name>JBossAdmin</role-name>
-+      <role-name>friend</role-name>
-    </security-role>
-   
-   <!-- 
+




More information about the jboss-cvs-commits mailing list