You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by rm...@apache.org on 2014/02/09 18:51:20 UTC

svn commit: r1566333 - /incubator/sirona/site/web.html

Author: rmannibucau
Date: Sun Feb  9 17:51:19 2014
New Revision: 1566333

URL: http://svn.apache.org/r1566333
Log:
Site checkin for project Apache Sirona Incubator

Modified:
    incubator/sirona/site/web.html

Modified: incubator/sirona/site/web.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/web.html?rev=1566333&r1=1566332&r2=1566333&view=diff
==============================================================================
--- incubator/sirona/site/web.html (original)
+++ incubator/sirona/site/web.html Sun Feb  9 17:51:19 2014
@@ -319,6 +319,12 @@ org.apache.sirona.web.jsp.activated = tr
 </filter>
 <filter-mapping>
     <filter-name>sirona-jsp-activator</filter-name>
+    <!--
+    Any url which will use a jsp.
+    If you use req.getRequestDispatcher("....jsp").forward(req, resp);
+    ensure to match the original pattern (* in the worse case).
+    This filter has an overhead almost null (single test).
+    -->
     <url-pattern>*.jsp</url-pattern>
 </filter-mapping>
 </pre></div>