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/11/26 19:05:35 UTC

DO NOT REPLY [Bug 25028] New: - ActionForm threading issue: multiple requests with Mozilla 1.5/Firebird 0.7

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

ActionForm threading issue: multiple requests with Mozilla 1.5/Firebird 0.7

           Summary: ActionForm threading issue: multiple requests with
                    Mozilla 1.5/Firebird 0.7
           Product: Struts
           Version: 1.1 Final
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Controller
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: ssevertson@homeboyz.com


Multiple simutaneous requests from Mozilla 1.5/Firebird 0.7 (i.e. as in loading
a frameset) can demonstrate thread-safety issues with ActionForms.

A demonstration .war will be attached.

The demonstration contains a simple frameset, with two frames. Both frames point
to action-mappings using the same form-bean, and each are passed different
values for the same form property.

Reloading multiple times in recent mozilla-based browsers shows the form
property from the second frameset can occasionally be passed to the first
frameset by mistake.

Bug is not reproducable in Internet Explorer 6.0.

Configuration:
Windows XP
Tomcat 4.29
Struts 1.1 Final
Mozilla 1.5 or Firebird 0.7 (older versions not tested) (pipelining *disabled*)

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