You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/06/25 21:37:22 UTC

DO NOT REPLY [Bug 21091] - RequestUtils.getModulePrefixes needs synchronization

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

RequestUtils.getModulePrefixes needs synchronization





------- Additional Comments From dgraham@apache.org  2003-06-25 19:37 -------
I don't think there's a synch. problem in that method.  It's not updating the 
Enumeration while looping, just a local ArrayList.  It sets the context 
attribute at the end but that shouldn't cause a ConcurrentModificationException.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org