Author: ajaquith
Date: Thu Aug 7 20:20:04 2008
New Revision: 683822
URL: http://svn.apache.org/viewvc?rev=683822&view=rev
Log:
Beginning of Stripes JSP-tier refactoring.
Modified:
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/etc/web.xml
Modified: incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/etc/web.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/etc/web.xml?rev=683822&r1=683821&r2=683822&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/etc/web.xml (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/etc/web.xml Thu Aug
7 20:20:04 2008
@@ -81,6 +81,11 @@
<param-name>MultipartWrapper.Class</param-name>
<param-value>net.sourceforge.stripes.controller.multipart.CommonsMultipartWrapper</param-value>
</init-param>
+ <!-- Exception handler classes -->
+ <init-param>
+ <param-name>ExceptionHandler.Class</param-name>
+
<param-value>com.ecyrd.jspwiki.action.WikiExceptionHandler</param-value>
+ </init-param>
</filter>
<!--