DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16449>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16449

Race condition when compiling jsp pages





------- Additional Comments From [EMAIL PROTECTED]  2003-02-12 16:33 -------
I think I have now found the bug.

The reload flag was getting set to false by ctxt.load() but
theServlet had not yet been instantiated.  Deferring the 
setting of the reload flag to false until after theServlet
has been instantiated should fix the bug.  Without your
patch which forces a synchronize for every request. :-)

I will be making the commits shortly.

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

Reply via email to