DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30428>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30428 RequestProcessor should bind form beans after population, not before ------- Additional Comments From [EMAIL PROTECTED] 2004-08-02 23:45 ------- (Minor nitpick: That should be SRV 7._7_.2; it took me a little to find the relevant quote) Craig, you're right that a given servlet request should only be handled on a single JVM. However, session replication and failover is different. The only guarentee that the spec makes is that it will happen; it doesn't say that it must wait until the end of the request before occuring. Would putting an additional binding back to the session really introduce backwards compatability problems? I can't see how... but maybe that's just me. (FWIW: Weblogic appears to replicate session state immediately with some (fast) session replicators, and at the end of the request for slower ones) Your last point is perfectly valid, of course. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]