Re: Fwd: Re: Tomcat and LDAP Issues

2003-08-02 Thread Tim Funk
Jeff, I see nine bugs out there for JNDIRealm for tomat 4 and 5, included is the one mentioned below in the previous email.

Re: [VOTE] Release mod_jk 1.2.5

2003-08-02 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] The future will be mod_jk2, and I think we should focus on it after the 1.2.5 release. Ok. I jumped in on this thread because I thought that a new problem was introduced, but that is how it was in prior releases. I can report 1.2.5 works fine on

Re: Validation of the server.xml

2003-08-02 Thread Craig R. McClanahan
On Sat, 2 Aug 2003, Yoko Kamei Harada wrote: Date: Sat, 02 Aug 2003 11:23:23 +0900 (JST) From: Yoko Kamei Harada [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Validation of the server.xml From: Craig R. McClanahan [EMAIL

cvs commit: jakarta-tomcat-5 build.xml

2003-08-02 Thread remm
remm2003/08/02 10:15:54 Modified:.build.xml Log: - Initialize filter so that the release notes of the docs look right. Revision ChangesPath 1.147 +2 -0 jakarta-tomcat-5/build.xml Index: build.xml

cvs commit: jakarta-tomcat-5/resources welcome.main.html

2003-08-02 Thread remm
remm2003/08/02 10:16:27 Modified:resources welcome.main.html Log: - Add additional information. Revision ChangesPath 1.2 +8 -2 jakarta-tomcat-5/resources/welcome.main.html Index: welcome.main.html

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves ErrorReportValve.java RequestDumperValve.java

2003-08-02 Thread remm
remm2003/08/02 10:31:04 Modified:catalina/src/share/org/apache/catalina/valves ErrorReportValve.java RequestDumperValve.java Log: - Remove bad import. Revision ChangesPath 1.8 +4 -5

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util ExtensionValidator.java

2003-08-02 Thread remm
remm2003/08/02 10:40:31 Modified:catalina/src/share/org/apache/catalina/util ExtensionValidator.java Log: - Tomcat will now ignore a non existent classpath JAR. Revision ChangesPath 1.7 +17 -8

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

2003-08-02 Thread remm
remm2003/08/02 10:42:59 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Some steps of startup shouldn't be executed if the context startup has previously encountered errors. Revision ChangesPath 1.79

[5.0] Function of o.a.catalina.connector.(Http)Request/ResponseWrapper

2003-08-02 Thread Remy Maucherat
Are these four classes useful ? They are not used anywhere (and I believe using them will break the pipeline, as some parts now depend on the CoyoteRequest/Response). I'll remove them. Please complain if you want them back for some reason :) Remy

Re: tomcat-5.0.5 cannot access jar resources in WEB-INF/lib but o nly unzipped in WEB-INF/classes

2003-08-02 Thread Remy Maucherat
Harmsen, Jan wrote: Please provide a test case along with infomation on your environment. okay, tomorrow I'll provide a test case + description, Any update on this ? This is obviously a big problem if the issue is valid, so I'd really appreciate your help. Thanks, Remy

DO NOT REPLY [Bug 22040] - NullPointerException when invoking getSession in Filter

2003-08-02 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=22040. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/webapps/docs html-manager-howto.xml

2003-08-02 Thread remm
remm2003/08/02 10:51:15 Modified:webapps/docs html-manager-howto.xml Log: - HTML manager docs update. Revision ChangesPath 1.3 +40 -38jakarta-tomcat-catalina/webapps/docs/html-manager-howto.xml Index: html-manager-howto.xml

DO NOT REPLY [Bug 22082] New: - Variable substiturion not working for server.xml

2003-08-02 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=22082. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22084] New: - JSP compiler incorrectly indents code

2003-08-02 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=22084. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22084] - JSP compiler incorrectly indents code

2003-08-02 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=22084. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22084] - JSP compiler incorrectly indents code

2003-08-02 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=22084. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java

2003-08-02 Thread billbarker
billbarker2003/08/02 20:19:08 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java Log: Temporary fix for running SSL without a SocketFactory. This patch doesn't play well with JMX, but I'm intending to do a general JMX cleanup of

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

2003-08-02 Thread billbarker
billbarker2003/08/02 20:21:58 Modified:catalina/src/conf server.xml Log: Removing the Factory element in the default SSL configuration. Revision ChangesPath 1.21 +2 -3 jakarta-tomcat-catalina/catalina/src/conf/server.xml Index: server.xml

Re: [5.0] Function of o.a.catalina.connector.(Http)Request/ResponseWrapper

2003-08-02 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Saturday, August 02, 2003 10:44 AM Subject: [5.0] Function of o.a.catalina.connector.(Http)Request/ResponseWrapper Are these four classes useful ? They are not used anywhere