[embjopr-commits] EMBJOPR SVN: r972 - in branches/EmbJopr_1_3: core/src/main/webapp/WEB-INF and 1 other directory.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Aug 2 16:42:27 EDT 2010


Author: ips
Date: 2010-08-02 16:42:26 -0400 (Mon, 02 Aug 2010)
New Revision: 972

Modified:
   branches/EmbJopr_1_3/core/src/main/webapp/WEB-INF/web.xml
   branches/EmbJopr_1_3/pom.xml
Log:
remove commented out security-constraint block (https://jira.jboss.org/browse/JBPAPP-4142)

Modified: branches/EmbJopr_1_3/core/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/EmbJopr_1_3/core/src/main/webapp/WEB-INF/web.xml	2010-07-29 19:32:09 UTC (rev 971)
+++ branches/EmbJopr_1_3/core/src/main/webapp/WEB-INF/web.xml	2010-08-02 20:42:26 UTC (rev 972)
@@ -2,7 +2,7 @@
 
 <!--
   ~ Embedded Jopr Project
-  ~ Copyright (C) 2006-2009 Red Hat, Inc.
+  ~ Copyright (C) 2006-2010 Red Hat, Inc.
   ~ All rights reserved.
   ~
   ~ This program is free software; you can redistribute it and/or modify
@@ -106,20 +106,6 @@
         <param-value>true</param-value>
     </context-param>
 
-    <!--<security-constraint>-->
-    <!--<web-resource-collection>-->
-    <!--<web-resource-name>HtmlAdaptor</web-resource-name>-->
-    <!--<description> An example security config that only allows users with-->
-    <!--the role JBossAdmin to access the embedded console web-->
-    <!--application </description>-->
-    <!--<url-pattern>/*</url-pattern>-->
-    <!--<http-method>GET</http-method>-->
-    <!--<http-method>POST</http-method>-->
-    <!--</web-resource-collection>-->
-    <!--<auth-constraint>-->
-    <!--<role-name>JBossAdmin</role-name>-->
-    <!--</auth-constraint>-->
-    <!--</security-constraint>-->
     <login-config>
         <auth-method>BASIC</auth-method>
         <realm-name>JBoss embedded Console</realm-name>

Modified: branches/EmbJopr_1_3/pom.xml
===================================================================
--- branches/EmbJopr_1_3/pom.xml	2010-07-29 19:32:09 UTC (rev 971)
+++ branches/EmbJopr_1_3/pom.xml	2010-08-02 20:42:26 UTC (rev 972)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.rhq</groupId>
         <artifactId>rhq-parent</artifactId>
-        <version>3.0.0.B06</version>
+        <version>3.0.0</version>
     </parent>
 
     <groupId>org.jboss.jopr</groupId>
@@ -68,7 +68,7 @@
         <jaxb-api.version>2.1</jaxb-api.version>
         <jaxb-impl.version>2.1.6</jaxb-impl.version>                
         <richfaces.version>3.3.0.GA</richfaces.version>
-        <rhq.version>3.0.0.B06</rhq.version>
+        <rhq.version>3.0.0</rhq.version>
         <jopr.version>${rhq.version}</jopr.version>
         <seam.version>2.1.0.SP1</seam.version>
         <seam.embedded.version>beta3.SP3</seam.embedded.version>



More information about the embjopr-commits mailing list