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

ConcurrentModificationException in IterateTag

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2004-03-01 10:37 -------
If such situation cannot occur according the specification, then the complete 
if (element == null) Statement is not necessary ;-) The point is that you ARE
NOT ALLOWED to remove element from the collection using removeAttribute. You 
HAVE TO use iterator.remove(). We have this error working with Weblogic 6.1

I have just reopened the bug, since I see an error in Java code, but you are
free to close it again, if you are sure, that it should not happen. Or perhaps
you can change the code to throw RuntimeException with the notice of incorrect 
container implementation in case element is null.

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

Reply via email to