Return-Path: X-Original-To: apmail-struts-dev-archive@www.apache.org Delivered-To: apmail-struts-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 165C88E24 for ; Thu, 21 Jul 2011 02:13:20 +0000 (UTC) Received: (qmail 31947 invoked by uid 500); 21 Jul 2011 02:13:19 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 31820 invoked by uid 500); 21 Jul 2011 02:13:18 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 31812 invoked by uid 99); 21 Jul 2011 02:13:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2011 02:13:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of davelnewton@gmail.com designates 209.85.213.48 as permitted sender) Received: from [209.85.213.48] (HELO mail-yw0-f48.google.com) (209.85.213.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2011 02:13:12 +0000 Received: by ywn13 with SMTP id 13so538492ywn.35 for ; Wed, 20 Jul 2011 19:12:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LZ7Vw0xNDqM+kVqfKC1h1knqhLNkjglQ87VmvWA2Imc=; b=YmF9/wavl5rYI1pSulc225Q+I05LoGil/NPh1F1N8m0+UkyJqLDMlI989iNAyeGAJT RZPEaX2UPKTo1/gq9UFpIStMPloPv3lbhE852smBpaYi+idxiS4fTGrqFvSQAX55S7+L wVZf+TKyrSxG62tmMhTxLb+jdvFSK2wNSJh9Y= MIME-Version: 1.0 Received: by 10.236.78.233 with SMTP id g69mr13599409yhe.298.1311214371674; Wed, 20 Jul 2011 19:12:51 -0700 (PDT) Received: by 10.42.222.131 with HTTP; Wed, 20 Jul 2011 19:12:51 -0700 (PDT) Received: by 10.42.222.131 with HTTP; Wed, 20 Jul 2011 19:12:51 -0700 (PDT) In-Reply-To: <4E278768.3040504@gmail.com> References: <4E278768.3040504@gmail.com> Date: Wed, 20 Jul 2011 22:12:51 -0400 Message-ID: Subject: Re: [OT] Not using servlet class?? From: Dave Newton To: Struts Developers List Content-Type: multipart/alternative; boundary=20cf300fb141d91a9a04a88ae246 --20cf300fb141d91a9a04a88ae246 Content-Type: text/plain; charset=ISO-8859-1 You'd need to ask the original webwork devs. It's true that the servlet spec specifically states that filters should not be used to serve requests, but as far as I can tell there's no compelling technical reason why that's so stated. Dave On Jul 20, 2011 9:57 PM, "Balwinder" wrote: > Hi All, > > I just want to understand why in Struts2 request is serviced by sub > class of Filter class rather than specified and standard way of doing it > through Servlet class? > > Regards, > Balwinder Kumar > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > For additional commands, e-mail: dev-help@struts.apache.org > --20cf300fb141d91a9a04a88ae246--