Hi,

I found this code in Tomcat's ContextConfig.java:

<code>
webDigester.clear();
webDigester.push(context);
webDigester.parse(is);
webDigester.push(null);
</code>

My question is what happens with the digester when pushing a null reference?
I expect a null pointer expetion to be thrown, so what is this good for?

I am not subscribed to the list, please CC me.

Joachim



Dipl. Inform. Joachim Fuchs
DAI-Labor - Technische Universität Berlin Sekretariat GOR 1-1, Franklinstraße 
28/29, 10587 Berlin
Fon: +49 30 314 23383
[EMAIL PROTECTED]
http://www.dai-labor.de  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to