cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common JkInputStream.java

2004-03-04 Thread truk
truk2004/03/04 21:12:56 Modified:jk/java/org/apache/jk/common JkInputStream.java Log: Fix Bugs: 20184 24763 - getLen returns the length excluding the header. Revision ChangesPath 1.15 +1 -1

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common JkInputStream.java

2002-06-29 Thread nacho
nacho 2002/06/29 15:39:13 Modified:jk/java/org/apache/jk/common JkInputStream.java Log: Problems when detecting that post body was exhausted, added a check in doRead.. Revision ChangesPath 1.11 +4 -0

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common JkInputStream.java

2002-06-10 Thread costin
costin 2002/06/10 17:13:48 Modified:jk/java/org/apache/jk/common JkInputStream.java Log: Deal with the special case of JNI POST. The first receive() is for the ajp initial chunk, if it is not present it's fine. Revision ChangesPath 1.8 +36 -14

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common JkInputStream.java WorkerDummy.java

2002-04-17 Thread costin
costin 02/04/17 15:38:59 Modified:jk/java/org/apache/jk/common JkInputStream.java WorkerDummy.java Log: Update for the interface changes Revision ChangesPath 1.7 +5 -3

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common JkInputStream.java

2002-02-06 Thread costin
costin 02/02/06 09:11:30 Added: jk/java/org/apache/jk/common JkInputStream.java Log: Common implementation of the input stream, will be shared by all containers. This code is derived from tomcat3.3's implementation, which is newer ( it happen after j-t-c was forked, in