Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 79533 invoked from network); 3 Aug 2008 19:41:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Aug 2008 19:41:35 -0000 Received: (qmail 21087 invoked by uid 500); 3 Aug 2008 19:41:22 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 21053 invoked by uid 500); 3 Aug 2008 19:41:22 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 21042 invoked by uid 99); 3 Aug 2008 19:41:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Aug 2008 12:41:22 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.156] (HELO smtp3.freeserve.com) (193.252.22.156) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Aug 2008 19:40:26 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3204.me.freeserve.com (SMTP Server) with ESMTP id 279E17000082 for ; Sun, 3 Aug 2008 21:40:42 +0200 (CEST) Received: from smtp.homeinbox.net (unknown [91.109.159.158]) by mwinf3204.me.freeserve.com (SMTP Server) with ESMTP id 12C8E7000081 for ; Sun, 3 Aug 2008 21:40:42 +0200 (CEST) X-ME-UUID: 20080803194042770.12C8E7000081@mwinf3204.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by smtp.homeinbox.net (Postfix) with ESMTP id 3D6BF1121CC for ; Sun, 3 Aug 2008 20:33:51 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from smtp.homeinbox.net ([127.0.0.1]) by localhost (server02.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tN-QscmODL9U for ; Sun, 3 Aug 2008 20:33:47 +0100 (BST) Received: from [192.168.0.4] (study01.dev.local [192.168.0.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.homeinbox.net (Postfix) with ESMTPSA id 3E1261121CB for ; Sun, 3 Aug 2008 20:33:47 +0100 (BST) Message-ID: <489609B2.7050806@apache.org> Date: Sun, 03 Aug 2008 20:40:34 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: HEAD request to a Servlet References: <21160835.01217790365927.JavaMail.SYSTEM@larkin> In-Reply-To: <21160835.01217790365927.JavaMail.SYSTEM@larkin> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org samk@twinix.com wrote: > A request like: > > HEAD /SomeServlet?id=10471 HTTP/1.1" 500 returns a 500 error. The log has the following: > > javax.servlet.ServletException: Original SevletResponse or wrapped original ServletResponse not passed to RequestDispatcher in violation of SRV.8.2 and SRV.14.2.5.1 > > Any solution to this annoying problem? Looks like https://issues.apache.org/bugzilla/show_bug.cgi?id=44562 An upgrade to to 6.0.18 should fix it. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org