You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2010/09/16 08:26:27 UTC

svn commit: r997600 - /geronimo/server/branches/2.2/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/web.xml

Author: xuhaihong
Date: Thu Sep 16 06:26:27 2010
New Revision: 997600

URL: http://svn.apache.org/viewvc?rev=997600&view=rev
Log:
GERONIMO-5548 Default user "monitor" can't login admin console in Geronimo_3.0_trunk  (Patch from Han Hong Fang)

Modified:
    geronimo/server/branches/2.2/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/web.xml

Modified: geronimo/server/branches/2.2/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/web.xml?rev=997600&r1=997599&r2=997600&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/web.xml (original)
+++ geronimo/server/branches/2.2/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/web.xml Thu Sep 16 06:26:27 2010
@@ -301,16 +301,16 @@ limitations under the License.
     <web-resource-collection>
       <web-resource-name>console monitor</web-resource-name>
       <url-pattern>/portal</url-pattern>
-      <url-pattern>/portal/Welcome</url-pattern>
-      <url-pattern>/portal/Welcome/*</url-pattern>
-      <url-pattern>/portal/Server/Information</url-pattern>
-      <url-pattern>/portal/Server/Information/*</url-pattern>
-      <url-pattern>/portal/Server/Java System Info</url-pattern>
-      <url-pattern>/portal/Server/Java System Info/*</url-pattern>
-      <url-pattern>/portal/Server/Thread Pools</url-pattern>
-      <url-pattern>/portal/Server/Thread Pools/*</url-pattern>
-      <url-pattern>/portal/Server/Monitoring</url-pattern>
-      <url-pattern>/portal/Server/Monitoring/*</url-pattern>
+      <url-pattern>/portal/0/Welcome</url-pattern>
+      <url-pattern>/portal/0/Welcome/*</url-pattern>
+      <url-pattern>/portal/1-1/Server/Information</url-pattern>
+      <url-pattern>/portal/1-1/Server/Information/*</url-pattern>
+      <url-pattern>/portal/1-2/Server/Java System Info</url-pattern>
+      <url-pattern>/portal/1-2/Server/Java System Info/*</url-pattern>
+      <url-pattern>/portal/1-6/Server/Thread Pools</url-pattern>
+      <url-pattern>/portal/1-6/Server/Thread Pools/*</url-pattern>
+      <url-pattern>/portal/1-8/Server/Monitoring</url-pattern>
+      <url-pattern>/portal/1-8/Server/Monitoring/*</url-pattern>
       <url-pattern>/forwards/*</url-pattern>
       <url-pattern>/dwr/*</url-pattern>
       <http-method>GET</http-method>