[jboss-cvs] JBossAS SVN: r108112 - branches/JBPAPP_5_1/hornetq-int/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 10 16:13:00 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-09-10 16:12:59 -0400 (Fri, 10 Sep 2010)
New Revision: 108112

Modified:
   branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml
Log:
Security patch

Modified: branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml
===================================================================
--- branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml	2010-09-10 19:25:35 UTC (rev 108111)
+++ branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml	2010-09-10 20:12:59 UTC (rev 108112)
@@ -52,7 +52,9 @@
          <param name="CONFIG_TYPE" value="clustered"/>
       </antcall>
 
-
+   	   <!--we need to disable guest security for production-->
+   	   <replace file="${jboss_home}/server/production/conf/props/hornetq-users.properties" token="guest=guest" value="#guest=guest"/>
+   	   <replace file="${jboss_home}/server/production/conf/props/hornetq-roles.properties" token="guest=guest" value="#guest=guest"/> 
    </target>
 
    <target name="removeCommon">



More information about the jboss-cvs-commits mailing list