You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/03/24 01:05:18 UTC

DO NOT REPLY [Bug 27884] New: - mod_jk2 making multiple requests when client cancels the load of the page

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

mod_jk2 making multiple requests when client cancels the load of the page

           Summary: mod_jk2 making multiple requests when client cancels the
                    load of the page
           Product: Tomcat 4
           Version: 4.1.23
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: Biju_Kunjummen@hotmail.com


Mod_jk2 connector seems to make an extra request when the client cuts of the 
connection. Eg. If a page takes too much time to load and if the user cancels 
the load of the page/clicks to go to another page, then mod_jk2 continues with 
the first request but makes a duplicate first request again.

Say if a page has two links 
Link1 linking to Page1 
and Link2 linking to page2, if a user clicks on link1 and before page1 loads 
clicks on link2, then mod_jk2 seems to make 2 requests to page1(which is very 
wrong) and 1 request to page2(which is correct)

The behaviour is correct with mod_jk however.


Configuration: IIS 5.0, mod_jk2, Jakarta Tomcat 4.1.23

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