Re: FW: [Tomcat 4 ContextConfig] Use of Digester

2006-07-03 Thread Mark Thomas
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

AW: FW: [Tomcat 4 ContextConfig] Use of Digester

2006-06-30 Thread Joachim Fuchs
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: >

Re: FW: [Tomcat 4 ContextConfig] Use of Digester

2006-06-30 Thread Yoav Shapira
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

FW: [Tomcat 4 ContextConfig] Use of Digester

2006-06-30 Thread Joachim Fuchs
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