[portal-commits] JBoss Portal SVN: r5801 - trunk/core/src/resources/portal-server-war/WEB-INF

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Mon Dec 11 13:39:49 EST 2006


Author: julien at jboss.com
Date: 2006-12-11 13:39:47 -0500 (Mon, 11 Dec 2006)
New Revision: 5801

Modified:
   trunk/core/src/resources/portal-server-war/WEB-INF/web.xml
Log:
more meaningful comment

Modified: trunk/core/src/resources/portal-server-war/WEB-INF/web.xml
===================================================================
--- trunk/core/src/resources/portal-server-war/WEB-INF/web.xml	2006-12-11 18:38:35 UTC (rev 5800)
+++ trunk/core/src/resources/portal-server-war/WEB-INF/web.xml	2006-12-11 18:39:47 UTC (rev 5801)
@@ -97,7 +97,7 @@
       <url-pattern>/authsec/*</url-pattern>
    </servlet-mapping>
 
-   <!-- Force the mapping of the index.jsp because of the default servlet replacement -->
+   <!-- Force the mapping of the jsp and images because of the default servlet replacement -->
    <servlet-mapping>
       <servlet-name>jsp</servlet-name>
       <url-pattern>/login.jsp</url-pattern>
@@ -106,7 +106,6 @@
       <servlet-name>jsp</servlet-name>
       <url-pattern>/error.jsp</url-pattern>
    </servlet-mapping>
-
    <servlet-mapping>
       <servlet-name>default</servlet-name>
       <url-pattern>/images/login_bottom.png</url-pattern>



More information about the portal-commits mailing list