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=3851>. 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=3851 SingleThreadModel ignored ------- Additional Comments From [EMAIL PROTECTED] 2001-10-01 02:43 ------- If that is the code I'm running, it implies that more than one 'wrapper' is created for the same servlet when the servlet is a JSP. I guess changing 'synchronized(this)' to 'synchronized(servlet)' in JspServlet.java would fix the bug. (Note that this is what the code in ServletHandler.java already does which is consistent with the fact that we see the bug with JSPs but not with plain servlets.)