DO NOT REPLY [Bug 5826] - Jasper not recompiling modified files

2002-01-13 Thread bugzilla
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=5826. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5827] New: - DataInputStream.readInt returns wrong values

2002-01-13 Thread bugzilla
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=5827. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5827] - DataInputStream.readInt returns wrong values

2002-01-13 Thread bugzilla
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=5827. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5104] - catalina.sh fails to start tomcat on Tru64

2002-01-13 Thread bugzilla
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=5104. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[PATCH] serialization implmentation inconsistent with serializable/non-serializable attributes

2002-01-13 Thread David Lecomber
Hi, The writeObject method of StandardSession removes all the non-null non-serializable attributes from the session. This strikes me as wrong, because a writing method shouldn't change the thing it writes.. Secondly if an attribute is null it's not persisted, nor is it added to the attributes

DO NOT REPLY [Bug 5827] - DataInputStream.readInt returns wrong values

2002-01-13 Thread bugzilla
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=5827. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5827] - DataInputStream.readInt returns wrong values

2002-01-13 Thread bugzilla
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=5827. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[Bug 5827] - DataInputStream.readInt returns wrong values

2002-01-13 Thread David Graff
I'm wondering about this...what is the default content type for data being passed through a post via java's HTTP objects? application/x-www-form-urlencoded is the default encoding type according to http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.3. Could it be possible to set the

DO NOT REPLY [Bug 5829] New: - StandardManager needs to cope with sessions throwing exception in read/write

2002-01-13 Thread bugzilla
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=5829. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5829] - StandardManager needs to cope with sessions throwing exception in read/write

2002-01-13 Thread bugzilla
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=5829. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2002-01-13 Thread larryi
larryi 02/01/13 14:06:15 Modified:jk/native build.xml Log: Fix netscape target to build under WEB-INF/jk like the others. Update clean target to delete the WEB-INF/jk directory where the builds now put their output. Revision ChangesPath 1.28 +3 -20

Re: [PATCH] serialization implmentation inconsistent withserializable/non-serializable attributes

2002-01-13 Thread Craig R. McClanahan
On Sun, 13 Jan 2002, David Lecomber wrote: Date: Sun, 13 Jan 2002 13:12:36 + From: David Lecomber [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PATCH] serialization implmentation inconsistent with

cvs commit: jakarta-tomcat-connectors/jk/native/iis jk_isapi_plugin.c

2002-01-13 Thread larryi
larryi 02/01/13 13:54:32 Modified:jk/native/iis jk_isapi_plugin.c Log: Port uri_select option from Tomcat 3.3. Fix some tabs. Revision ChangesPath 1.14 +188 -53 jakarta-tomcat-connectors/jk/native/iis/jk_isapi_plugin.c Index: jk_isapi_plugin.c

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/filters ChunkedInputFilter.java

2002-01-13 Thread remm
remm02/01/13 16:17:59 Modified:http11/src/java/org/apache/coyote/http11 Http11Connector.java http11/src/java/org/apache/coyote/http11/filters ChunkedInputFilter.java Log: - Add input chunking support (last big piece

cvs commit: jakarta-tomcat-connectors/http11/src/test/java/org/apache/coyote/http11 RandomAdapter.java FileTester.java

2002-01-13 Thread remm
remm02/01/13 16:21:27 Modified:http11/src/test/java/org/apache/coyote/http11 FileTester.java Added: http11/src/test/java/org/apache/coyote/http11 RandomAdapter.java Log: - Add new test adapter. Revision Changes

cvs commit: jakarta-tomcat-connectors/http11/src/test/tests test1.txt

2002-01-13 Thread remm
remm02/01/13 16:23:26 Modified:http11/src/test/tests test1.txt Log: - Expand the default test case to include some chunked input as well as a HEAD request. Revision ChangesPath 1.3 +23 -0 jakarta-tomcat-connectors/http11/src/test/tests/test1.txt