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=24115>.
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=24115

Thread safety fault in Directives when Template caching on

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From [EMAIL PROTECTED]  2003-10-25 11:04 -------
I'm not sure I see how.  Have you experienced this?  How do you reproduce?

I'm looking at #foreach() and there are no instance variables that change per thread.  
IOW, the 
class member variables are all configuration or template specific (velocity counter 
name, initial 
value, etc), and everything involved in 'rendering' the foreach loop is on the stack - 
declared in the 
body of render().  I thought we were pretty careful about thread safety when doing 
this stuff.

What am I missing?  I'll change to 'accept', but if you could give a hint about the 
problem (with 
foreach) that would be great.

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

Reply via email to