Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 44401 invoked from network); 4 Oct 2004 11:14:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Oct 2004 11:14:08 -0000 Received: (qmail 23135 invoked by uid 500); 4 Oct 2004 11:13:34 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 23112 invoked by uid 500); 4 Oct 2004 11:13:34 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 23099 invoked by uid 99); 4 Oct 2004 11:13:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [204.74.20.252] (HELO sid.armstrong.com) (204.74.20.252) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 04 Oct 2004 04:13:32 -0700 Received: from [10.38.20.246] ([10.38.20.246]) by sid.armstrong.com (8.12.8p1/8.12.8) with ESMTP id i94BFBTj011489 for ; Mon, 4 Oct 2004 06:15:11 -0500 Message-ID: <41613059.8030706@joedog.org> Date: Mon, 04 Oct 2004 07:13:29 -0400 From: Tim Funk Organization: Human being User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en, es-mx, de, sv MIME-Version: 1.0 To: Tomcat Users List Subject: Re: 5.0.28 stack overflow? References: <1096878739.3554.11.camel@localhost> In-Reply-To: <1096878739.3554.11.camel@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm guessing your using an HttpServletRequestWrapper. My guess might be the way your implementation overrode getRequest() might be doing wacky things. ApplicationHttpRequest extends HttpServletRequestWrapper -Tim Cott Lang wrote: > Anyone ever seen one like this? :) > > > ApplicationDispatcher[] Servlet.service() for servlet action threw > exception > java.lang.StackOverflowError > at > org.apache.catalina.core.ApplicationHttpRequest.getAttribute(ApplicationHttpRequest.java:208) > at > org.apache.catalina.core.ApplicationHttpRequest.getAttribute(ApplicationHttpRequest.java:220) > at > org.apache.catalina.core.ApplicationHttpRequest.getAttribute(ApplicationHttpRequest.java:220) > at --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org