You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by Shahar Solomianik <sh...@tikalknowledge.com> on 2001/03/29 22:26:23 UTC

infinite recurse in org.apache.velocity.app.HttpServletRequestWrap

line 262 :
    public ServletInputStream getInputStream() 
        throws IOException
    {
        return getInputStream();
    }


should be 
req.getInputStream()


Re: infinite recurse in org.apache.velocity.app.HttpServletRequestWrap

Posted by "Geir Magnusson Jr." <ge...@optonline.net>.
Shahar Solomianik wrote:
> 
> line 262 :
>     public ServletInputStream getInputStream()
>         throws IOException
>     {
>         return getInputStream();
>     }
> 
> should be
> req.getInputStream()

Woo hoo!  Yes, you are right :)

geir

-- 
Geir Magnusson Jr.                               geirm@optonline.net
Developing for the web?  See http://jakarta.apache.org/velocity/