DO NOT REPLY [Bug 9931] - Base64 decoder chokes on a whitespace

2002-09-28 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=9931. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [ANNOUNCEMENT]: JK 1.2.0 is now available

2002-09-28 Thread Bojan Smojver
Just compiled and tested mod_jk 1.2.0 from CVS, Apache 2.0.42. Seems as solid as ever... Good stuff! Bojan On Sat, 2002-09-28 at 01:03, Henri Gomez wrote: Hi all, The Jakarta-Tomcat-Connector team is pleased to announce the availability of JK 1.2.0. JK, also known as mod_jk, is a

DO NOT REPLY [Bug 13089] - Coyote sources are missing from the source zip for Tomcat 4.1.12

2002-09-28 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=13089. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: fault-tolerance

2002-09-28 Thread Remy Maucherat
Kirill Koulechov wrote: Hi, i think i have a rather simple questions for the developers of tomcat. Let me give short explanation. I am working on a research topic, which is generic fault detection and tolerance for software architectures. i've picked apache as a sample of c/c++ program

RE: Question about Internationalization

2002-09-28 Thread iasandcb
Hi, I tested a GB2312-based JSP page on Tomcat 4.1.12, and it worked fine. (The attached file). It shows ni-hao-ma in simplified Chinese character system and the response encoding, i.e. GB2312. The key point I'd like to make clear is that encoding of a JSP page should keep up with that of

cvs commit: jakarta-tomcat-5 build.xml tomcat.nsi

2002-09-28 Thread remm
remm2002/09/28 06:47:43 Modified:.build.xml tomcat.nsi Log: - Fix and unify source package. - Update installer script. Revision ChangesPath 1.35 +70 -65jakarta-tomcat-5/build.xml Index: build.xml

cvs commit: jakarta-tomcat-catalina/catalina/src/conf server-noexamples.xml.config

2002-09-28 Thread remm
remm2002/09/28 06:47:57 Removed: catalina/src/conf server-noexamples.xml.config Log: - Remove useless file. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[VOTE] [5.0] Milestones

2002-09-28 Thread Remy Maucherat
Hi, Now that the first stable releases of Tomcat 4.1 are out (and according to reports, of good overall quality), it could be appropriate to start releasing 5.0.x milestones. It should be pointed out that 5.0.x is still far from being feature complete (esp the configuration code needs to be

RE: [VOTE] [5.0] Milestones

2002-09-28 Thread iasandcb
I wish Tomcat 5 would be available as soon as possible. Thank those who have been developing it very much. Here's my vote: -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 28, 2002 11:12 PM To: Tomcat Developers List Subject: [VOTE] [5.0]

DO NOT REPLY [Bug 13110] New: - scriptlets around jsp:param fail

2002-09-28 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=13110. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2002-09-28 Thread nacho
nacho 2002/09/28 13:06:19 Modified:jk/native2/common jk_channel_socket.c Log: Reverted a prior fix, it seems that hangs w2k IIS, it's starts to stuck threads in this loop until exhausted or max connections reached.. Revision ChangesPath 1.41 +3 -4

Re: [VOTE] [5.0] Milestones

2002-09-28 Thread Amy Roh
+1 Amy Remy Maucherat wrote: Hi, Now that the first stable releases of Tomcat 4.1 are out (and according to reports, of good overall quality), it could be appropriate to start releasing 5.0.x milestones. It should be pointed out that 5.0.x is still far from being feature complete

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2002-09-28 Thread Ignacio J. Ortega
The comment is wrong, the problem is with the loadbalancer logic, if one of the configured instances got lost, connect returns WSAECONNREFUSED, with Malden's patch, the thread gots stuck in a loop trying to connectto a non existing tc instance.. Incidentally i have this config to test tc4 in

Re: [VOTE] [5.0] Milestones

2002-09-28 Thread BERNARDO ANTONIO BUFFA
ballot +1 /ballot -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Realm implementation question

2002-09-28 Thread Christopher Todd
Please forgive me if this is an obvious newbie question, but I am not a Java guru, nor have I studied all the intricacies of Tomcat. I am trying to implement a new Realm, which will obviously require some configuration parameters in server.xml, and I want to make sure I understand how to access

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2002-09-28 Thread Mladen Turk
-Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] The comment is wrong, the problem is with the loadbalancer logic, if one of the configured instances got lost, connect returns WSAECONNREFUSED, with Malden's patch, the thread gots stuck in a loop trying

DO NOT REPLY [Bug 6617] - Iterating over session attribute name enumeration fails with a ConcurrentModificationException on org.apache.catalina.util.Enumerator.nextElement(Enumerator.java:166);

2002-09-28 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=6617. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.