[jboss-svn-commits] JBL Code SVN: r36162 - labs/jbossrules/soa_branches/BRMS-5.1.x/brms-distribution/post-patch.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 2 06:51:56 EST 2010


Author: tkirby
Date: 2010-12-02 06:51:55 -0500 (Thu, 02 Dec 2010)
New Revision: 36162

Modified:
   labs/jbossrules/soa_branches/BRMS-5.1.x/brms-distribution/post-patch/patch_brms_ui.xml
Log:
JIRA:https://jira.jboss.org/browse/BRMS-485 defaultAuthenticator should not have jaas authentication added in components.xml

Modified: labs/jbossrules/soa_branches/BRMS-5.1.x/brms-distribution/post-patch/patch_brms_ui.xml
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.x/brms-distribution/post-patch/patch_brms_ui.xml	2010-12-02 11:12:46 UTC (rev 36161)
+++ labs/jbossrules/soa_branches/BRMS-5.1.x/brms-distribution/post-patch/patch_brms_ui.xml	2010-12-02 11:51:55 UTC (rev 36162)
@@ -1,9 +1,5 @@
 <project name="patchname" default="apply.patch">
 	<target name="apply.patch">
-    <replace file="${module_base_dir}/target/work/drools-guvnor/WEB-INF/components.xml" >
-		  <replacetoken>security:identity authenticate-method="#{defaultAuthenticator.authenticate}"</replacetoken>
-		  <replacevalue>security:identity authenticate-method="#{authenticator.authenticate}" jaas-config-name="jmx-console"</replacevalue>
-	  </replace>   
 
     <replace dir="${module_base_dir}/target/work/drools-guvnor/org.drools.guvnor.Guvnor" >
         <include name="*.html" />



More information about the jboss-svn-commits mailing list