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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|struts- |[EMAIL PROTECTED] |[EMAIL PROTECTED] | ------- Additional Comments From [EMAIL PROTECTED] 2003-06-26 14:23 ------- I realize the problem is with the context and the "names" enumerator and I see why this is happening now. Because PREFIXES_KEY is a new context attribute it performs a Map.put() operation when calling context.setAttribute(PREFIXES_KEY, prefixes) which is a structural modification. It would be nice if the enumeration looped over a different map than what the container is actually using to store the context attributes. Which container are you using? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]