cvs commit: jakarta-tomcat-5 build.xml

2003-08-30 Thread remm
remm2003/08/30 15:13:27 Modified:.build.xml Log: - Rename the JMX related properties. Revision ChangesPath 1.154 +5 -5 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler SmapStratum.java

2003-08-30 Thread ecarmich
ecarmich2003/08/30 14:51:50 Modified:jasper2/src/share/org/apache/jasper/compiler SmapStratum.java Log: Remove tabs Revision ChangesPath 1.9 +159 -149 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/SmapStratum.java

cvs commit: jakarta-tomcat-5 RELEASE-NOTES

2003-08-30 Thread remm
remm2003/08/30 14:03:51 Modified:.RELEASE-NOTES Log: - Update release notes. Revision ChangesPath 1.6 +9 -27 jakarta-tomcat-5/RELEASE-NOTES Index: RELEASE-NOTES === RCS file: /h

cvs commit: jakarta-tomcat-catalina/webapps/ROOT index.jsp

2003-08-30 Thread remm
remm2003/08/30 13:00:02 Modified:webapps/ROOT index.jsp Log: - Update links to the lists. - Add a link to the open bugs. Revision ChangesPath 1.12 +3 -2 jakarta-tomcat-catalina/webapps/ROOT/index.jsp Index: index.jsp

RE: [j-t-c] Thread problem in jk_uri_worker_map.c

2003-08-30 Thread Marc Saegesser
Thanks. I think I already do have karma for j-t-c. I've been away from the Jakarta projects for a long time, however, and I haven't been able to keep up with what all the details of what's going on. I didn't feel comfortable coming back out of nowhere and checking in code right away since I know

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.h jk_uri_worker_map.c

2003-08-30 Thread Bill Barker
- Original Message - From: "Mladen Turk" <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]> Sent: Saturday, August 30, 2003 2:46 AM Subject: RE: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.h jk_uri_worker_map.c > > > > -Original Messa

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardServer.java

2003-08-30 Thread remm
remm2003/08/30 11:19:39 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java Log: - Don't print the className if it's one of the standard implementations. - Add some fields to the exception list. Revision ChangesPath 1.20

Re: removing log() from error processing in StandardWrapperValve.java??

2003-08-30 Thread Tim Funk
Remy Maucherat wrote: Tim Funk wrote: In the use case of a servlet or filter throwing an ServletException, StandardWrapperValve will log the exception to its logger. If the error is an expected one (such as session timeout or browser compatibility check) and there is a configured error-page dir

DO NOT REPLY [Bug 22833] New: - Generated SMAP looks wrong

2003-08-30 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://nagoya.apache.org/bugzilla/show_bu

Amy Paige-Hoien is out of the office.

2003-08-30 Thread APaige
I will be out of the office starting 08/28/2003 and will not return until 09/04/2003. I will respond to your message on Sept. 4th when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

cvs commit: jakarta-tomcat-catalina/catalina build.xml

2003-08-30 Thread remm
remm2003/08/30 06:19:40 Modified:catalina build.xml Log: - Remove license text. Revision ChangesPath 1.55 +0 -1 jakarta-tomcat-catalina/catalina/build.xml Index: build.xml === RCS file:

cvs commit: jakarta-tomcat-5 build.xml

2003-08-30 Thread remm
remm2003/08/30 03:35:50 Modified:.build.xml Log: - Copy additional, optional, jmx tools binaries (jmx remote has two additional JARs). Revision ChangesPath 1.153 +4 -0 jakarta-tomcat-5/build.xml Index: build.xml

RE: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.h jk_uri_worker_map.c

2003-08-30 Thread Mladen Turk
> -Original Message- > From: [EMAIL PROTECTED] > Log: > iSeries C compiler didn't like cast between const and non const. > > IMO the function prototype should stay const char* or modified to char** if the pointer needs to be changed, but since it isn't it should stay const char *.

Re: removing log() from error processing in StandardWrapperValve.java??

2003-08-30 Thread Remy Maucherat
Tim Funk wrote: In the use case of a servlet or filter throwing an ServletException, StandardWrapperValve will log the exception to its logger. If the error is an expected one (such as session timeout or browser compatibility check) and there is a configured error-page directive to handle the e

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java

2003-08-30 Thread remm
remm2003/08/30 01:40:27 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: - The request dispatcher should also not log a client abort exception. Revision ChangesPath 1.24 +10 -4 jakarta-tomcat-catali

Re: cvs commit: jakarta-tomcat-catalina/webapps/admin/connector connector.jsp

2003-08-30 Thread Bill Barker
- Original Message - From: "Amy Roh" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 8:36 AM Subject: Re: cvs commit: jakarta-tomcat-catalina/webapps/admin/connector connector.jsp > > The AJP connector still lies, > > Can you tell me wh

Re: cvs commit: jakarta-tomcat-catalina/webapps/admin/connectorconnector.jsp

2003-08-30 Thread Amy Roh
The AJP connector still lies, Can you tell me what the discrepancy is in AJP connector? I just followed the doc. All of my Connectors (http, https, ajp) show blanks for the "Processors" section (even for those that I've explicitly configured in 'server.xml'). What do you mean? There is no longe

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2003-08-30 Thread billbarker
billbarker2003/08/29 20:11:19 Modified:jk/native/common jk_connect.c Log: Define in_addr_t for Windows platform. Submitted by: Marc Saegesser Revision ChangesPath 1.13 +6 -1 jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index: jk_connect.c

Re: [j-t-c] Thread problem in jk_uri_worker_map.c

2003-08-30 Thread Bill Barker
I'll put this one in in the interest of time, but Marc should be given karma (like any other Tomcat committer) to j-t-c, if he doesn't have it already. "Marc Saegesser" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] G, the attachment got stripped from my last message. Here's the

Re: [PATCH] Prevent NPE if CLIENT-CERT auth fails

2003-08-30 Thread Bill Barker
Patch committed. Thanks much! "Mark Thomas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sorry. Only just noticed the attachment was removed somewhere along the way. > Contents of patch below. > > Index: http11/src/java/org/apache/coyote/http11/Http11Processor.java > =

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

2003-08-30 Thread billbarker
billbarker2003/08/29 19:45:02 Modified:http11/src/java/org/apache/coyote/http11 Tag: coyote_10 Http11Processor.java Log: Port patch. Submitted by: Mark Thomas [EMAIL PROTECTED] Revision ChangesPath No revision No

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

2003-08-30 Thread billbarker
billbarker2003/08/29 19:38:06 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: Make certain that we are still in an https session before looking for certs. Submitted By: Mark Thomas [EMAIL PROTECTED] Revision ChangesPa

DO NOT REPLY [Bug 19965] - mod_jk2 connection fails, "workerEnv.init() create slot epStat.0 failed"

2003-08-30 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22806] - Link to Tomcat Administration

2003-08-30 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://nagoya.apache.org/bugzilla/show_bu

removing log() from error processing in StandardWrapperValve.java??

2003-08-30 Thread Tim Funk
In the use case of a servlet or filter throwing an ServletException, StandardWrapperValve will log the exception to its logger. If the error is an expected one (such as session timeout or browser compatibility check) and there is a configured error-page directive to handle the exception, Standa

Re: DO NOT REPLY [Bug 22328] - javax.management.ReflectionException:Cannot find method getClassName with this signature

2003-08-30 Thread Tim Funk
IIRC - I think Amy submitted a patch to fix this. Can I resolve this as fixed? -Tim [EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO T