cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/net TcpConnection.java

2002-02-07 Thread billbarker
billbarker02/02/07 19:10:48 Modified:src/share/org/apache/tomcat/util/net TcpConnection.java Log: Prevent a possible DoS exploit. The last fix opens the possiblity of a DoS attack by continuously streaming data to Tomcat. This should be a good compromise between being nice an

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/net TcpConnection.java

2002-02-01 Thread billbarker
billbarker02/02/01 19:24:32 Modified:src/share/org/apache/tomcat/util/net TcpConnection.java Log: Make this a bit smarter about skipping un-read input. This does much the same thing in the case of a buggy browser adding \r\n to the POST body. However, it fixes the problem whe