Return-Path: Delivered-To: apmail-incubator-jspwiki-commits-archive@locus.apache.org Received: (qmail 7332 invoked from network); 23 Feb 2008 06:48:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2008 06:48:37 -0000 Received: (qmail 50543 invoked by uid 500); 23 Feb 2008 06:48:32 -0000 Delivered-To: apmail-incubator-jspwiki-commits-archive@incubator.apache.org Received: (qmail 50528 invoked by uid 500); 23 Feb 2008 06:48:32 -0000 Mailing-List: contact jspwiki-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-commits@incubator.apache.org Received: (qmail 50519 invoked by uid 99); 23 Feb 2008 06:48:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2008 22:48:32 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Feb 2008 06:47:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E30DF1A9842; Fri, 22 Feb 2008 22:48:13 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r630398 [3/3] - in /incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/etc: StripesResources.properties commons-logging.properties jspwiki.properties.tmpl jstl-fmt.tld stripes.tld web.xml Date: Sat, 23 Feb 2008 06:48:13 -0000 To: jspwiki-commits@incubator.apache.org From: ajaquith@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080223064813.E30DF1A9842@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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=630398&r1=630397&r2=630398&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 Fri Feb 22 22:48:11 2008 @@ -13,19 +13,85 @@ jalkanen+jspwiki@ecyrd.com JSPWiki + + + + javax.servlet.jsp.jstl.fmt.localizationContext + templates.default + - - + WikiServletFilter com.ecyrd.jspwiki.ui.WikiServletFilter + + + + + Configures the Stripes framework. + + Stripes Filter + StripesFilter + net.sourceforge.stripes.controller.StripesFilter + + + Configuration.Class + com.ecyrd.jspwiki.ui.WikiRuntimeConfiguration + + + + ActionResolver.UrlFilters + WEB-INF/lib/JSPWiki.jar + + + + ActionBeanContext.Class + com.ecyrd.jspwiki.action.WikiActionBeanContext + + + + Interceptor.Classes + com.ecyrd.jspwiki.ui.WikiInterceptor, + net.sourceforge.stripes.controller.BeforeAfterMethodInterceptor + + + + LocalizationBundleFactory.FieldNameBundle + templates.default + + + LocalizationBundleFactory.ErrorMessageBundle + templates.default + + + + ExceptionHandler.Class + net.sourceforge.stripes.exception.DefaultExceptionHandler + + + + + + WikiServletFilter @@ -51,6 +117,19 @@ WikiServletFilter /JSON-RPC + + StripesFilter + *.jsp + REQUEST + + + + StripesFilter + StripesDispatcher + REQUEST + + + + @@ -67,6 +147,15 @@ com.ecyrd.jspwiki.auth.SessionMonitor + + + + + StripesDispatcher + net.sourceforge.stripes.controller.DispatcherServlet + 1 + + WikiServlet - com.ecyrd.jspwiki.WikiServlet + com.ecyrd.jspwiki.WikiServlet + @@ -138,6 +229,21 @@ com.ecyrd.jspwiki.attachment.AttachmentServlet + + StripesDispatcher + /dispatcher + + + + StripesDispatcher + /action/* + + + + StripesDispatcher + *.action + + + + + /WEB-INF/stripes.tld + http://stripes.sourceforge.net/stripes.tld +