Re: Releasing JK 1.2.14

2005-07-07 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Done, the branch is ready. The files are in http://people.apache.org/~jfclere/jakarta-tomcat-connectors/ Hmm, it will not do. The .zip files should have .dsp files (at least) in CR-LF format. For the next release I will arrange jkrelease.sh

http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/

2005-07-07 Thread jean-frederic clere
Hi, Just a note: the "current" files are a bit old, shouldn't they point via a link to the last released version? Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/

2005-07-07 Thread Mladen Turk
jean-frederic clere wrote: Hi, Just a note: the "current" files are a bit old, shouldn't they point via a link to the last released version? No, the "current" should point to the latest "stable" version. You can add "dev" that will point to the latest version. Regards, Mladen

cvs commit: jakarta-tomcat-connectors/jni/native/include ssl_private.h

2005-07-07 Thread mturk
mturk 2005/07/07 01:10:08 Modified:jni/native/include ssl_private.h Log: Add to the includes. This is needed with 0.9.8 and it doean't hurt previous versions. Revision ChangesPath 1.32 +2 -1 jakarta-tomcat-connectors/jni/native/include/ssl_private.h I

cvs commit: jakarta-tomcat-connectors/jni/native/src sslutils.c

2005-07-07 Thread mturk
mturk 2005/07/07 01:12:30 Modified:jni/native/src sslutils.c Log: Remove CA verify hack. The CA verification works, only that for CA file one needs to use the real CA or self generated one. Revision ChangesPath 1.31 +1 -5 jakarta-tomcat-connectors/jni/native

cvs commit: jakarta-tomcat-connectors/jni/native/src sslnetwork.c

2005-07-07 Thread mturk
mturk 2005/07/07 01:35:47 Modified:jni/java/org/apache/tomcat/jni SSLSocket.java jni/native/src sslnetwork.c Log: Add SSL renegotiate support to be able to attach a different context after the header has been read and before any resonse has been send. We'll se

Re: http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/

2005-07-07 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Hi, Just a note: the "current" files are a bit old, shouldn't they point via a link to the last released version? No, the "current" should point to the latest "stable" version. You can add "dev" that will point to the latest version. No I ha

DO NOT REPLY [Bug 35640] New: - Description of logging in documentation not precise

2005-07-07 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/jni/examples mkcerts

2005-07-07 Thread mturk
mturk 2005/07/07 02:14:14 Modified:jni/examples mkcerts Log: Update mkcerts to create a cabundle.crt file in the form of the original ca-bundle.crt file, that will have only our ca.crt. This can be used a CAfile for our demo Root CA. Revision ChangesPath 1.2 +

DO NOT REPLY [Bug 35640] - Description of logging in documentation not precise

2005-07-07 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35641] New: - Error decoding request in Tomcat server on submit of a jsp page

2005-07-07 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni Socket.java

2005-07-07 Thread mturk
mturk 2005/07/07 05:45:09 Modified:jni/java/org/apache/tomcat/jni Socket.java Log: optGet throws exception if APR call returns != APR_SUCCESS Revision ChangesPath 1.19 +3 -2 jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Socket.java Index: Sock

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

2005-07-07 Thread remm
remm2005/07/07 06:38:38 Modified:util/java/org/apache/tomcat/util/net AprEndpoint.java http11/src/java/org/apache/coyote/http11 Http11AprProtocol.java Log: - Add basic SSL support (no cert extraction yet). - Untested. Revision Change

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

2005-07-07 Thread remm
remm2005/07/07 07:08:40 Modified:util/java/org/apache/tomcat/util/net AprEndpoint.java http11/src/java/org/apache/coyote/http11 Http11AprProtocol.java Log: - Client cert config should be an int. Revision ChangesPath 1.59 +4

DO NOT REPLY [Bug 35648] New: - Using Anonymous Loggers with JULI causes NPE

2005-07-07 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net AprEndpoint.java

2005-07-07 Thread remm
remm2005/07/07 07:26:25 Modified:util/java/org/apache/tomcat/util/net AprEndpoint.java Log: - Fix init a little. Revision ChangesPath 1.60 +1 -1 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/AprEndpoint.java Index: AprEndpoint.java =

cvs commit: jakarta-tomcat-connectors/jni/native/src sslnetwork.c

2005-07-07 Thread mturk
mturk 2005/07/07 08:20:54 Modified:jni/native/src sslnetwork.c Log: SSL clears the errno, so make sure the errno is remembered before the SSL_get_error call. Revision ChangesPath 1.23 +8 -8 jakarta-tomcat-connectors/jni/native/src/sslnetwork.c Index: ss

cvs commit: jakarta-tomcat-connectors/jni/native/src sslnetwork.c

2005-07-07 Thread mturk
mturk 2005/07/07 08:28:58 Modified:jni/native/src sslnetwork.c Log: Return the original errno on send too. Revision ChangesPath 1.24 +4 -4 jakarta-tomcat-connectors/jni/native/src/sslnetwork.c Index: sslnetwork.c

DO NOT REPLY [Bug 35650] New: - ApplicationDispatcher[] Servlet.service() jasper exception and 404 error

2005-07-07 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/jni/native/src sslnetwork.c

2005-07-07 Thread mturk
mturk 2005/07/07 09:02:02 Modified:jni/native/src sslnetwork.c Log: Use alread provided os error for unknown errors. Revision ChangesPath 1.25 +3 -3 jakarta-tomcat-connectors/jni/native/src/sslnetwork.c Index: sslnetwork.c ==

Tomcat Session Replication & Portlets

2005-07-07 Thread Eric Dalquist
I have been working on getting session replication working with some web applications that use cross context dispatching. In this case it is uPortal and JSR-168 portlets running via the Jakarta Pluto portlet container. Session replication is working as expected with uPortal. Portlets on the o

Good day

2005-07-07 Thread arieh . markel
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Good day

2005-07-07 Thread arieh . markel
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

DO NOT REPLY [Bug 35650] - ApplicationDispatcher[] Servlet.service() jasper exception and 404 error

2005-07-07 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 16113] - removing then replacing a jsp page continues to give a 404

2005-07-07 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm JAASMemoryLoginModule.java JAASRealm.java LocalStrings.properties MemoryRealm.java

2005-07-07 Thread markt
markt 2005/07/07 15:42:03 Modified:catalina/src/share/org/apache/catalina/realm JAASMemoryLoginModule.java JAASRealm.java LocalStrings.properties MemoryRealm.java Log: Fix bug 16274. Essentially a port from TC%, mainly of Costin's wor

DO NOT REPLY [Bug 16274] - JAASRealm breaks catalina classloader under JDK 1.4

2005-07-07 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11AprProtocol.java Http11AprProcessor.java

2005-07-07 Thread remm
remm2005/07/07 15:54:14 Modified:http11/src/java/org/apache/coyote/http11 Http11AprProtocol.java Http11AprProcessor.java Log: - Fix if block for replay data. - The SSL code there is still a placeholder. Revision ChangesPath 1.14 +0 -1

Bernhard Kluschat/EZW/EN01 ist außer Haus.

2005-07-07 Thread Bernhard . Kluschat
Ich werde ab 08.07.2005 nicht im Büro sein. Ich kehre zurück am 01.08.2005. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen wenden Sie sich bitte an meinen Kollegen Rolf-Dieter Gross, Tel.: 02056/ 259-5440 e-mail:[EMAIL PROTECTED] oder erreichen mich unter Mobil: