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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 27 15:49:40 EDT 2009


Author: smarlow at redhat.com
Date: 2009-08-27 15:49:40 -0400 (Thu, 27 Aug 2009)
New Revision: 92892

Modified:
   branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch
   branches/JBPAPP_5_0/build/jbossas-5-enableauth.patch
Log:
JBPAPP-2657 users cannot access http://serverHost:8080/jbossws

Modified: branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch
===================================================================
--- branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch	2009-08-27 19:43:41 UTC (rev 92891)
+++ branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch	2009-08-27 19:49:40 UTC (rev 92892)
@@ -618,4 +618,73 @@
           <http-method>GET</http-method>
           <http-method>POST</http-method>
        </web-resource-collection>
-
+diff -Naur server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml
+--- server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:03:30.000000000 -0400
++++ server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:00:51.000000000 -0400
+@@ -6,8 +6,9 @@
+ 
+ <jboss-web>
+ 
+-  <!-- A security domain that restricts access -->
++  <!-- A security domain that restricts access
+   <security-domain>java:/jaas/JBossWS</security-domain>
++  -->
+   
+   <context-root>jbossws</context-root>
+ 
+diff -Naur server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml
+--- server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:02:20.000000000 -0400
++++ server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:00:58.000000000 -0400
+@@ -6,8 +6,9 @@
+ 
+ <jboss-web>
+ 
+-  <!-- A security domain that restricts access -->
++  <!-- A security domain that restricts access
+   <security-domain>java:/jaas/JBossWS</security-domain>
++  -->
+   
+   <context-root>jbossws</context-root>
+ 
+diff -Naur server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml
+--- server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:02:48.000000000 -0400
++++ server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:01:00.000000000 -0400
+@@ -6,8 +6,9 @@
+ 
+ <jboss-web>
+ 
+-  <!-- A security domain that restricts access -->
++  <!-- A security domain that restricts access
+   <security-domain>java:/jaas/JBossWS</security-domain>
++  -->
+   
+   <context-root>jbossws</context-root>
+ 
+diff -Naur server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml
+--- server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:03:03.000000000 -0400
++++ server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:01:08.000000000 -0400
+@@ -6,8 +6,9 @@
+ 
+ <jboss-web>
+ 
+-  <!-- A security domain that restricts access -->
++  <!-- A security domain that restricts access
+   <security-domain>java:/jaas/JBossWS</security-domain>
++  -->
+   
+   <context-root>jbossws</context-root>
+ 
+diff -Naur server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml
+--- server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:02:34.000000000 -0400
++++ server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:00:55.000000000 -0400
+@@ -6,8 +6,9 @@
+ 
+ <jboss-web>
+ 
+-  <!-- A security domain that restricts access -->
++  <!-- A security domain that restricts access
+   <security-domain>java:/jaas/JBossWS</security-domain>
++  -->
+   
+   <context-root>jbossws</context-root>
+ 

Modified: branches/JBPAPP_5_0/build/jbossas-5-enableauth.patch
===================================================================
--- branches/JBPAPP_5_0/build/jbossas-5-enableauth.patch	2009-08-27 19:43:41 UTC (rev 92891)
+++ branches/JBPAPP_5_0/build/jbossas-5-enableauth.patch	2009-08-27 19:49:40 UTC (rev 92892)
@@ -714,4 +714,73 @@
           <http-method>GET</http-method>
           <http-method>POST</http-method>
        </web-resource-collection>
-
+diff -Naur server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml
+--- server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:00:51.000000000 -0400
++++ server/all/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:03:30.000000000 -0400
+@@ -6,9 +6,8 @@
+ 
+ <jboss-web>
+ 
+-  <!-- A security domain that restricts access
++  <!-- A security domain that restricts access -->
+   <security-domain>java:/jaas/JBossWS</security-domain>
+-  -->
+   
+   <context-root>jbossws</context-root>
+ 
+diff -Naur server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml
+--- server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:00:58.000000000 -0400
++++ server/default/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:02:20.000000000 -0400
+@@ -6,9 +6,8 @@
+ 
+ <jboss-web>
+ 
+-  <!-- A security domain that restricts access
++  <!-- A security domain that restricts access -->
+   <security-domain>java:/jaas/JBossWS</security-domain>
+-  -->
+   
+   <context-root>jbossws</context-root>
+ 
+diff -Naur server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml
+--- server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:01:00.000000000 -0400
++++ server/production/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:02:48.000000000 -0400
+@@ -6,9 +6,8 @@
+ 
+ <jboss-web>
+ 
+-  <!-- A security domain that restricts access
++  <!-- A security domain that restricts access -->
+   <security-domain>java:/jaas/JBossWS</security-domain>
+-  -->
+   
+   <context-root>jbossws</context-root>
+ 
+diff -Naur server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml
+--- server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:01:08.000000000 -0400
++++ server/standard/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:03:03.000000000 -0400
+@@ -6,9 +6,8 @@
+ 
+ <jboss-web>
+ 
+-  <!-- A security domain that restricts access
++  <!-- A security domain that restricts access -->
+   <security-domain>java:/jaas/JBossWS</security-domain>
+-  -->
+   
+   <context-root>jbossws</context-root>
+ 
+diff -Naur server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml
+--- server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:00:55.000000000 -0400
++++ server/web/deploy/jbossws.sar/jbossws-management.war/WEB-INF/jboss-web.xml	2009-08-27 15:02:34.000000000 -0400
+@@ -6,9 +6,8 @@
+ 
+ <jboss-web>
+ 
+-  <!-- A security domain that restricts access
++  <!-- A security domain that restricts access -->
+   <security-domain>java:/jaas/JBossWS</security-domain>
+-  -->
+   
+   <context-root>jbossws</context-root>
+ 




More information about the jboss-cvs-commits mailing list