[jboss-cvs] JBoss Messaging SVN: r3181 - trunk/src/main/org/jboss/jms/server/security.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 8 12:23:54 EDT 2007


Author: timfox
Date: 2007-10-08 12:23:54 -0400 (Mon, 08 Oct 2007)
New Revision: 3181

Modified:
   trunk/src/main/org/jboss/jms/server/security/SecurityMetadataStore.java
Log:
Changed warning message


Modified: trunk/src/main/org/jboss/jms/server/security/SecurityMetadataStore.java
===================================================================
--- trunk/src/main/org/jboss/jms/server/security/SecurityMetadataStore.java	2007-10-08 11:58:49 UTC (rev 3180)
+++ trunk/src/main/org/jboss/jms/server/security/SecurityMetadataStore.java	2007-10-08 16:23:54 UTC (rev 3181)
@@ -308,7 +308,9 @@
    	// Sanity check
    	if (DEFAULT_SUCKER_USER_PASSWORD.equals(password))
    	{
-   		log.warn("*** THE DEFAULT SUCKER USER PASSWORD HAS NOT BEEN CHANGED FROM THE INSTALLATION DEFAULT - THIS IS A SECURITY RISK - PLEASE CHANGE THIS!! **");
+   		log.warn("WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component " +
+   				   "which sucks messages from one node to another has not had its password changed from the installation default. " +
+   				   "Please see the userguide for instructions on how to do this.");
    	}
    }
 




More information about the jboss-cvs-commits mailing list