DO NOT REPLY [Bug 8992] - IE6/XP: Limitation of POST Area within HTTP request?

2004-03-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=8992

IE6/XP: Limitation of POST Area within HTTP request?

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-03-07 07:15 ---
The CoyoteConnector is now the default connector for 3.3.2, so I'm marking as 
this FIXED.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 8992] - IE6/XP: Limitation of POST Area within HTTP request?

2002-07-24 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=8992

IE6/XP: Limitation of POST Area within HTTP request?

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2002-07-24 18:35 ---
*** Bug 11137 has been marked as a duplicate of this bug. ***

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 8992] - IE6/XP: Limitation of POST Area within HTTP request?

2002-06-10 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=8992

IE6/XP: Limitation of POST Area within HTTP request?





--- Additional Comments From [EMAIL PROTECTED]  2002-06-10 14:48 ---
The "socketCloseDelay='250'" appears to solve the problem.

The element to modify within server.xml is Http10Connector not 
Http10Interceptor.  The modified element should appear as follows:




In tracking down where socketCloseDelay is used within Tomcat (used in 
Http10Interceptor) it is used as a value for a Thread.sleep before 
TcpConnection.shutDownInput is called.  It appears that by using this call to 
Thread.sleep, a race condition is occuring on the XP platform for the default 
value. 

It would seem that the preferred method would be to set "tcpNoDelay" to true.  
However, I set the member variable "tcpNoDelay" of the PoolTcpEndpoint class to 
be true.  I then rebuilt the class, and updated the container/tomcat_util.jar 
file.  This should cause the incoming socket to not use Nagle's algorithm when 
sending TCP/IP packets, but for some reason this did not rectify the problem.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 8992] - IE6/XP: Limitation of POST Area within HTTP request?

2002-06-05 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=8992

IE6/XP: Limitation of POST Area within HTTP request?





--- Additional Comments From [EMAIL PROTECTED]  2002-06-05 21:08 ---
Using Coyote from CVS HEAD works fine (unfortunately, the TC33 Coyote broke 
between B9 and RC2 :(, but B9 should be ok as well).

It looks like this is a known problem with Http10Interceptor and Windows XP.  
The work-around is to set:
socketCloseDelay="250"
   
on the Http10Interceptor element in server.xml.  This gives XP time to finish 
I/O on the socket before it is closed.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 8992] - IE6/XP: Limitation of POST Area within HTTP request?

2002-05-31 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=8992

IE6/XP: Limitation of POST Area within HTTP request?





--- Additional Comments From [EMAIL PROTECTED]  2002-05-31 18:58 ---
I tried William's suggestion and used Coyote, but this did not solve the 
problem.  The problem still exists after I update Tomcat according to the 
Coyote v1.0 RC2 instructions.

Please note:
(1) jk2.properties does not exist under the previous link.  I used the 
jk2.properties located at http://jakarta.apache.org/builds/jakarta-tomcat-
connectors/coyote/release/v1.0-b8/

(2) The instructions for Coyote v1.0 RC2 indicate that you must add the 
following XML fragment to $TOMCAT_HOME/conf/modules.xml: 



org.apache.coyote.tomcat3.CoyoteInterceptor does not exist in the specified JAR 
files, but org.apache.coyote.tomcat3.CoyoteInterceptor2.class exists in 
tomcat33-coyote.jar (and this is the class that I specified within the XML 
element).

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 8992] - IE6/XP: Limitation of POST Area within HTTP request?

2002-05-30 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=8992

IE6/XP: Limitation of POST Area within HTTP request?





--- Additional Comments From [EMAIL PROTECTED]  2002-05-30 19:31 ---
I haven't had a chance to try this myself, but I'm guessing that it is a 
problem with Chunked-Encoding.  You should try replacing the Http10 Connector 
with the Coyote Connector downloadable from:
<>

Coyote is much better at dealing with modern HTTP/1.1 browsers.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 8992] - IE6/XP: Limitation of POST Area within HTTP request?

2002-05-30 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=8992

IE6/XP: Limitation of POST Area within HTTP request?





--- Additional Comments From [EMAIL PROTECTED]  2002-05-30 18:55 ---
Some additional information regarding this defect:

(1) The SocketException that was not caught, can be reproduced on a Win 2000 
machine running IE5.5.

(2) If a proxy is created (I wrote mine in 'C' to rule out the JVM as a 
potential problem area) that merely recieves the information from the browser 
and sends it to Tomcat, then this problem disappears.

(3) Also, if you modify the OutputBuffer class in the realWriteBytes method, to 
include a Thread.sleep(2000), then the problem goes away (please note that you 
must catch an InterruptedException and that the sleep value may need to be 
adjusted to prevent the problem).  [Note: You will need to patch 
tomcat_core.jar for this solution to work.] 

Similarly, if you log the byte array (once you translate it to a StringBuffer) 
that represents the response (which will dump the raw HTML to the screen), then 
the problem will no longer occur).

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 8992] - IE6/XP: Limitation of POST Area within HTTP request?

2002-05-16 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=8992

IE6/XP: Limitation of POST Area within HTTP request?





--- Additional Comments From [EMAIL PROTECTED]  2002-05-17 00:41 ---
This error occurs whil connecting to Tomcat via localhost directly to port 8080 
(i.e., http://localhost:8080/)

To repeat issue:
1. Press Submit button on page
2. Wait for output in Tomcat window to display "Created random class 
java.security.SecureRandom"
3. Connection cannot be made to Tomcat server with IE6 after above message is 
displayed  (IE6 displays "The Page cannot be displayed...Cannot find server or 
DNS Error") even though Tomcat is still running.


To cause exception within Tomcat
1. Stop and Start Tomcat
2. Press Submit button on page
3. Press "Stop" button on IE6 toolbar immediately after "Created random class 
java.security.SecureRandom" message and Exception will occur
4. Connection cannot be made to Tomcat server after above message is displayed

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




DO NOT REPLY [Bug 8992] - IE6/XP: Limitation of POST Area within HTTP request?

2002-05-16 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=8992

IE6/XP: Limitation of POST Area within HTTP request?





--- Additional Comments From [EMAIL PROTECTED]  2002-05-17 00:38 ---
Created an attachment (id=1884)
Socket Exception caused using IE6 on WinXP with Tomcat

--
To unsubscribe, e-mail:   
For additional commands, e-mail: