[jboss-cvs] JBossAS SVN: r108586 - in branches/JBPAPP_4_2_0_GA_CP: server/src/etc/conf/default/props and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 14 14:30:12 EDT 2010


Author: mbenitez
Date: 2010-10-14 14:30:11 -0400 (Thu, 14 Oct 2010)
New Revision: 108586

Modified:
   branches/JBPAPP_4_2_0_GA_CP/build/build.xml
   branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/props/jbossws-users.properties
Log:
JBPAPP-5229 Security: jbossws-users.properties has uncommented default user and password

Modified: branches/JBPAPP_4_2_0_GA_CP/build/build.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/build/build.xml	2010-10-14 17:00:58 UTC (rev 108585)
+++ branches/JBPAPP_4_2_0_GA_CP/build/build.xml	2010-10-14 18:30:11 UTC (rev 108586)
@@ -1165,6 +1165,9 @@
      <ant antfile="build.xml" target="updateSecurity">
          <property name="config.file" value="conf/props/jmx-console-users.properties" />
      </ant>
+     <ant antfile="build.xml" target="updateSecurity">
+         <property name="config.file" value="conf/props/jbossws-users.properties" />
+    </ant>
 
      <ant antfile="build.xml" target="updateSecurity">
          <property name="config.file" value="deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml" />

Modified: branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/props/jbossws-users.properties
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/props/jbossws-users.properties	2010-10-14 17:00:58 UTC (rev 108585)
+++ branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/props/jbossws-users.properties	2010-10-14 18:30:11 UTC (rev 108586)
@@ -1,2 +1,8 @@
 # A sample users.properties file for use with the UsersRolesLoginModule
-kermit=thefrog
\ No newline at end of file
+ at SECURECONF
+#kermit=thefrog
+ at ENDSECURECONF
+ at UNSECCONF
+kermit=thefrog
+ at ENDUNSECCONF
+



More information about the jboss-cvs-commits mailing list