Joachim Fuchs wrote:
> My question is, what is this call good for? It results in an NPE, which is
> caught a few lines later.
> Or did I miss anything? Are there any side effects that are not obvious?
It prevents a memory leak. See
http://marc.theaimsgroup.com/?l=tomcat-dev&m=109449671603358&w=2
30/2006 16:47
An: Tomcat Developers List
Betreff: Re: FW: [Tomcat 4 ContextConfig] Use of Digester
Hi,
What version of Tomcat are you studying?
Yoav
On 6/30/06, Joachim Fuchs <[EMAIL PROTECTED]> wrote:
>
> Hi,
> Studying the tomcat code I came across the following line:
>
Hi,
What version of Tomcat are you studying?
Yoav
On 6/30/06, Joachim Fuchs <[EMAIL PROTECTED]> wrote:
Hi,
Studying the tomcat code I came across the following line:
...
webDigester.push(null);
...
My question is, what is this call good for? It results in an NPE, which is
caught a few lin
Hi,
Studying the tomcat code I came across the following line:
...
webDigester.push(null);
...
My question is, what is this call good for? It results in an NPE, which is
caught a few lines later.
Or did I miss anything? Are there any side effects that are not obvious?
Cheers,
Joachim Fuchs