Re: [Daemon] New commons component

2002-02-21 Thread Pier Fumagalli
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Thu, 21 Feb 2002, Remy Maucherat wrote: > >>> Because there is not 'a single ( or only ) good way to start tomcat'. >>> >>> If doing a JNI call works and is a good solution, why reinventing the >>> wheel ? The daemon requires using an init()-lik

Re: [Daemon] New commons component

2002-02-21 Thread Remy Maucherat
> On Thu, 21 Feb 2002, Remy Maucherat wrote: > > > Don't go on a rant just because the interface has an init method, and > > vaguely implies how some of the design of the server should be (and also of > > course because it's an interface), please ;-) > > I'm surprised you're not pushing to make it

AW: AW: mod_jk suggestion, add "request" logging option

2002-02-21 Thread Hans Schmid
> -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im > Auftrag von Glenn Nielsen > Gesendet: Donnerstag, 21. Februar 2002 19:28 > An: Tomcat Developers List > Betreff: Re: AW: mod_jk suggestion, add "request" logging option > > > Hans Schmid wrote: > > > > Hi

DO NOT REPLY [Bug 1450] - Incorrect encode URL with session ID

2002-02-21 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 1450] - Incorrect encode URL with session ID

2002-02-21 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

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector HttpResponseBase.java

2002-02-21 Thread billbarker
billbarker02/02/21 22:31:06 Modified:catalina/src/share/org/apache/catalina/connector HttpResponseBase.java Log: Fixing tabs. Sorry about that. I'm not used the coding conventions over here :) Revision ChangesPath 1.49 +6 -6 jakar

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector HttpResponseBase.java

2002-02-21 Thread billbarker
billbarker02/02/21 22:26:51 Modified:catalina/src/share/org/apache/catalina/connector Tag: tomcat_40_branch HttpResponseBase.java Log: Port fix for 1450 from HEAD branch. Revision ChangesPath No revision No

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector HttpResponseBase.java

2002-02-21 Thread billbarker
billbarker02/02/21 22:21:55 Modified:catalina/src/share/org/apache/catalina/connector HttpResponseBase.java Log: Prevent double-encoding of URLS. Fix for bug #1450. Based on submission by: Tilo Christ [EMAIL PROTECTED] Reported by: Serg Maslyukov [EM

DO NOT REPLY [Bug 6629] - [PATCH] Response.encodeURL enhancement

2002-02-21 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

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade HttpServletResponseFacade.java

2002-02-21 Thread billbarker
billbarker02/02/21 22:12:14 Modified:src/facade22/org/apache/tomcat/facade HttpServletResponseFacade.java Log: Avoid double-encoding of URLS. Fix for bug #6629. Based on Subimission of: Tilo Christ [EMAIL PROTECTED] Reported by: Tilo Christ [EMAIL PR

Re: [Daemon] New commons component

2002-02-21 Thread costinm
On Thu, 21 Feb 2002, Remy Maucherat wrote: > > Because there is not 'a single ( or only ) good way to start tomcat'. > > > > If doing a JNI call works and is a good solution, why reinventing the > > wheel ? The daemon requires using an init()-like method and a certain > > architecture - which the

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0.3-B1.txt

2002-02-21 Thread remm
remm02/02/21 20:03:35 Modified:.Tag: tomcat_40_branch RELEASE-NOTES-4.0.3-B1.txt Log: - Update bug status. Revision ChangesPath No revision No revision 1.1.2.10 +7 -1 jakarta-tomcat-4.0/Attic/RELEASE-N

DO NOT REPLY [Bug 4295] - Cookies not following RFC2109

2002-02-21 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

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util CookieTools.java RequestUtil.java

2002-02-21 Thread remm
remm02/02/21 20:02:27 Modified:catalina/src/share/org/apache/catalina/util Tag: tomcat_40_branch CookieTools.java RequestUtil.java Log: - Since nobody complained, I'm porting the patch to disable URL encoding / decoding on cookies to the 4.0 branch (t

Re: [Daemon] New commons component

2002-02-21 Thread Remy Maucherat
> On Thu, 21 Feb 2002, Remy Maucherat wrote: > > > > However it's not the only way to do things - and I prefer to not > > > depend on the wrapper that starts tomcat to do it ( there are > > > many other good ways to start tomcat without requiring the daemon ) > > > > If it's "good ways to start t

cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-21 Thread billbarker
billbarker02/02/21 19:19:32 Modified:.RELEASE-NOTES-3.3.1.txt Log: Document fix for 6518 Revision ChangesPath 1.38 +4 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt ===

DO NOT REPLY [Bug 6518] - class name generated from jsp filename mangles some valid identifier characters

2002-02-21 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

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler CommandLineCompiler.java JasperMangler.java JspCompiler.java

2002-02-21 Thread billbarker
billbarker02/02/21 19:16:09 Modified:src/share/org/apache/jasper/compiler CommandLineCompiler.java JasperMangler.java JspCompiler.java Log: Fix an edge case where JSP pages starting with a number don't mangle correctly. The main f

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0.3-B1.txt

2002-02-21 Thread remm
remm02/02/21 16:41:11 Modified:.Tag: tomcat_40_branch RELEASE-NOTES-4.0.3-B1.txt Log: - Update status. Revision ChangesPath No revision No revision 1.1.2.9 +7 -1 jakarta-tomcat-4.0/Attic/RELEASE-NOTES

DO NOT REPLY [Bug 6609] - SendMailServlet.java is not compiled even if javamail is installed correctly

2002-02-21 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

cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2002-02-21 Thread remm
remm02/02/21 15:28:26 Modified:webapps/examples Tag: tomcat_40_branch build.xml Log: - Fix bug 6609 (SendMailServlet.java is not compiled even if javamail is installed correctly). Revision ChangesPath No revision No revis

cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2002-02-21 Thread remm
remm02/02/21 15:27:04 Modified:webapps/examples build.xml Log: - Fix bug 6609 (SendMailServlet.java is not compiled even if javamail is installed correctly). Revision ChangesPath 1.16 +1 -1 jakarta-tomcat-4.0/webapps/examples/build.xml Index: build.x

DO NOT REPLY [Bug 6628] - Can't specify application specific XML parsers

2002-02-21 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 6628] - Can't specify application specific XML parsers

2002-02-21 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 6628] - Can't specify application specific XML parsers

2002-02-21 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

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util CookieTools.java RequestUtil.java

2002-02-21 Thread remm
remm02/02/21 14:51:55 Modified:catalina/src/share/org/apache/catalina/util CookieTools.java RequestUtil.java Log: - Tentative fix for the cookie encoding problem (bug 4295). Please review (esp Costin). - This patch could cause compatibility problems (a

DO NOT REPLY [Bug 6628] - Can't specify application specific XML parsers

2002-02-21 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

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector HttpResponseBase.java

2002-02-21 Thread remm
remm02/02/21 14:32:48 Modified:catalina/src/share/org/apache/catalina/connector Tag: tomcat_40_branch HttpResponseBase.java Log: - Port patch for 6600. - Don't encode if the session is not URL based, rather than don't encode if the session is co

DO NOT REPLY [Bug 6630] - Cookies in the HttpServletRequest are not URL decoded when using the JK/AJP Connector

2002-02-21 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 6629] - [PATCH] Response.encodeURL enhancement

2002-02-21 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 6631] - [PATCH] Response.encodeURL enhancement

2002-02-21 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 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-02-21 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 6631] New: - [PATCH] Response.encodeURL enhancement

2002-02-21 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 6628] - Can't specify application specific XML parsers

2002-02-21 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 6630] - Cookies in the HttpServletRequest are not URL decoded when using the JK/AJP Connector

2002-02-21 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 6630] New: - Cookies in the HttpServletRequest are not URL decoded when using the JK/AJP Connector

2002-02-21 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

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpResponseImpl.java

2002-02-21 Thread remm
remm02/02/21 14:19:21 Modified:catalina/src/share/org/apache/catalina/connector/http Tag: tomcat_40_branch HttpResponseImpl.java Log: - Port fix for 6201. - Using setAllowChunking here is redundant, and will cause a HTTP bug where the tr-enc: ch

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector HttpResponseBase.java

2002-02-21 Thread remm
remm02/02/21 14:18:13 Modified:catalina/src/share/org/apache/catalina/connector Tag: tomcat_40_branch HttpResponseBase.java Log: - Add missing import. - Port patch for 6600. - Don't encode if the session is not URL based, rather than don't encode if

DO NOT REPLY [Bug 6629] New: - [PATCH] Response.encodeURL enhancement

2002-02-21 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

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector HttpResponseBase.java

2002-02-21 Thread remm
remm02/02/21 14:15:56 Modified:catalina/src/share/org/apache/catalina/connector Tag: tomcat_40_branch HttpResponseBase.java Log: - Port fix for 6201. - If the encoding is invalid, response output wouldn't work. Revision ChangesPath No

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector ResponseBase.java

2002-02-21 Thread remm
remm02/02/21 14:13:33 Modified:catalina/src/share/org/apache/catalina/connector Tag: tomcat_40_branch ResponseBase.java Log: - Port fixes for 6201. - Tweak the code so that in the case of an unsupported encoding exception, the stream isn't initi

DO NOT REPLY [Bug 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-02-21 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 6628] New: - Can't specify application specific XML parsers

2002-02-21 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 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-02-21 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 1450] - Incorrect encode URL with session ID

2002-02-21 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 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-02-21 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 6623] - HTMLManagerServlet broken in JDK 1.4 version of Tomcat 4.0.2 Final

2002-02-21 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 6623] New: - HTMLManagerServlet broken in JDK 1.4 version of Tomcat 4.0.2 Final

2002-02-21 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

Re: [Daemon] New commons component

2002-02-21 Thread costinm
On Thu, 21 Feb 2002, Patrick Luby wrote: > > Ok, I'll send then an email. > > And would participate in the project ? > > If it allows me to start Tomcat and all of the other tools (e.g. jspc, etc.) > without shell or batch scripts, count me in. It allows to start tomcat or any server process, m

Re: [Daemon] New commons component

2002-02-21 Thread costinm
On Thu, 21 Feb 2002, Remy Maucherat wrote: > > However it's not the only way to do things - and I prefer to not > > depend on the wrapper that starts tomcat to do it ( there are > > many other good ways to start tomcat without requiring the daemon ) > > If it's "good ways to start tomcat" as a

DO NOT REPLY [Bug 5994] - HTTP date headers not set correctly [patch included]

2002-02-21 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 6616] - date headers not working properly

2002-02-21 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

Re: [Daemon] New commons component

2002-02-21 Thread Patrick Luby
Remy, Remy Maucherat wrote: > > Ok, I'll send then an email. > And would participate in the project ? If it allows me to start Tomcat and all of the other tools (e.g. jspc, etc.) without shell or batch scripts, count me in. Patrick -- _

Re: [Daemon] New commons component

2002-02-21 Thread Remy Maucherat
> On Thu, 21 Feb 2002, Remy Maucherat wrote: > > > I didn't write either APIs. Someone on the commons mentioned this project, > > so I went there. It seems to me that omitting the 'init' method is a glaring > > omission. > > The native part of the code looks miles ahead of damon's code, though :)

DO NOT REPLY [Bug 6600] - enodeURL adds 'jsession' when 'isRequestedSessionIdFromURL' returns false

2002-02-21 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

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector HttpResponseBase.java

2002-02-21 Thread remm
remm02/02/21 11:02:10 Modified:catalina/src/share/org/apache/catalina/connector HttpResponseBase.java Log: - Don't encode if the session is not URL based, rather than don't encode if the session is cookie based. - Fixes 6600. - Patch submitted by

Re: mod_jk suggestion, add "request" logging option

2002-02-21 Thread costinm
On Thu, 21 Feb 2002, Glenn Nielsen wrote: > OK, I think that explains it. > > So mod_jk 2.0 and Ajp14 are still in development, and it > may be a while before they are finished. > > >What is the status of mod_jk (2) 1.2 and Ajp 14? My opinion: Jk2 supports all the features from jk1 ( and som

RE: jk2 renaming - need revue and comments

2002-02-21 Thread GOMEZ Henri
>>Renaming mod_jk.c to mod_jk2.c doesn't help too >>much, but it's ok ( and will be more consistent). > >mod_jk2.c is mandatory for : > > > ... handle jk2 directives ... > > >That's why renaming is mandatory > Urg, sorry for all these mandatory words ;? -- To unsubscribe, e-mail:

RE: jk2 renaming - need revue and comments

2002-02-21 Thread GOMEZ Henri
>On Thu, 21 Feb 2002, GOMEZ Henri wrote: > >> >If you talk about the module name - I think that's >> >absolutely required. >> >> mv mod_jk.c mod_jk2.c, ok ? > >Change build.xml to generate mod_jk2.so, and >the internal name ( so LoadModule will work ). > >Renaming mod_jk.c to mod_jk2.c doesn't

RE: jk2 renaming - need revue and comments

2002-02-21 Thread costinm
On Thu, 21 Feb 2002, GOMEZ Henri wrote: > >If you talk about the module name - I think that's > >absolutely required. > > mv mod_jk.c mod_jk2.c, ok ? Change build.xml to generate mod_jk2.so, and the internal name ( so LoadModule will work ). Renaming mod_jk.c to mod_jk2.c doesn't help too mu

DO NOT REPLY [Bug 6201] - ISO-8859-8-i problem. (hebrew)

2002-02-21 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

RE: mod_jk suggestion, add "request" logging option

2002-02-21 Thread GOMEZ Henri
>OK, I think that explains it. > >So mod_jk 2.0 and Ajp14 are still in development, and it >may be a while before they are finished. Depends on how many people will help, a known story ;) >What about mod_jk 1.2, when will that be ready for production use? Ready to use, I'm using it since TC 4.0

RE: jk2 renaming - need revue and comments

2002-02-21 Thread GOMEZ Henri
>>That requires making both versions 'coexist', and >>that requires renaming the module and the conflicting >>directives. > >Done, I'll modify mod_jk.c to mod_jk2.c ASAP Well I'll rename and update build files this nigth (CET) and will commit tomorrow morning (CET) -- To unsubscribe, e-mail:

RE: mod_jk suggestion, add "request" logging option

2002-02-21 Thread GOMEZ Henri
>GOMEZ Henri wrote: >> >> These features could be added to mod_jk 1.2.0 (native) >> and 2.0.0 (native2) in jakarta-tomcat-connectors. >> > >What is the status of mod_jk (2) 1.2 and Ajp 14? mod_jk 1.2 is the original mod_jk from TC 3.3, with little cleanup. mod_jk 2.0 is a serious rewrite of m

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector HttpResponseBase.java

2002-02-21 Thread remm
remm02/02/21 10:30:57 Modified:catalina/src/share/org/apache/catalina/connector HttpResponseBase.java Log: - If the encoding is invalid, response output wouldn't work (bug 6201). Revision ChangesPath 1.46 +11 -6 jakarta-tomcat-4.0/ca

RE: mod_jk suggestion, add "request" logging option

2002-02-21 Thread GOMEZ Henri
>> I suggest a fifth log level be added called "request". >> (debug, info, request, error, emerg) >> >> This log level would log each request with the following >possible info, >> what info is logged could be controlled by an new config option >> JkLogRequestFormat. > >+1, I don't know if I'll h

DO NOT REPLY [Bug 6621] New: - mod_webapp hangs when page is hit before the first page is finished loading

2002-02-21 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

Re: [Daemon] New commons component

2002-02-21 Thread costinm
On Thu, 21 Feb 2002, Remy Maucherat wrote: > I didn't write either APIs. Someone on the commons mentioned this project, > so I went there. It seems to me that omitting the 'init' method is a glaring > omission. > The native part of the code looks miles ahead of damon's code, though :) Having an

RE: jk2 renaming - need revue and comments

2002-02-21 Thread GOMEZ Henri
>> Ok, I'd like to have mod_jk 2.x with Apache 1.3 and >> may be with/without APR... > >I start to have doubts about supporting mod_jk2 without >APR - we should keep doing that at least until APR is >officially released and until we have a working >mod_jk2 for IIS/etc using APR. After that we can

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector ResponseBase.java

2002-02-21 Thread remm
remm02/02/21 10:23:35 Modified:catalina/src/share/org/apache/catalina/connector ResponseBase.java Log: - Tweak the code so that in the case of an unsupported encoding exception, the stream isn't initialized. Revision ChangesPath 1.24

DO NOT REPLY [Bug 6600] - enodeURL adds 'jsession' when 'isRequestedSessionIdFromURL' returns false

2002-02-21 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

Re[2]: Re[2]: cvs commit: jakarta-tomcat-connectors/jk/java/

2002-02-21 Thread Jonathan Pierce
>>The nightlies are for the HEAD branch, not the 4.0 branch. >>In the HEAD: >>- tomcat-jk.jar is JK 1.x; that's equivalent to the current tomcat-ajp.jar >>- tomcat-jk2.jar is JK 2.x >>The two are independent. >>I guess tonight's nightly should pick up the changes. The fix for the ajp connecto

RE: jk2 renaming - need revue and comments

2002-02-21 Thread costinm
On Thu, 21 Feb 2002, GOMEZ Henri wrote: > >logger, 'native' maps, pools - and fall back to either > >APR or the 'original' impl. > > Ok, I'd like to have mod_jk 2.x with Apache 1.3 and > may be with/without APR... I start to have doubts about supporting mod_jk2 without APR - we should keep doin

Re: mod_jk suggestion, add "request" logging option

2002-02-21 Thread costinm
On Thu, 21 Feb 2002, Glenn Nielsen wrote: > Currently mod_jk has four logging levels - (debug,info,error,emerg). > > I suggest a fifth log level be added called "request". > (debug, info, request, error, emerg) > > This log level would log each request with the following possible info, > what i

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2002-02-21 Thread hgomez
hgomez 02/02/21 10:13:18 Modified:jk/native2/server/apache2 mod_jk.c Log: Jk2Worker works now as needed, note it just use Jk2_set2 Revision ChangesPath 1.21 +15 -3 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk.c Index: mod_jk.c =

DO NOT REPLY [Bug 6494] - Tomcat 4.0.2 could not start from W2k service after adding webapps conf

2002-02-21 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

RE: mod_jk suggestion, add "request" logging option

2002-02-21 Thread GOMEZ Henri
These features could be added to mod_jk 1.2.0 (native) and 2.0.0 (native2) in jakarta-tomcat-connectors. The mod_jk in TC 3.3 is now feature freezed - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo

DO NOT REPLY [Bug 6557] - isapi_redirector can not handle post request from netscape 4.7x

2002-02-21 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 6617] New: - Iterating over session attribute name enumeration fails with a ConcurrentModificationException on org.apache.catalina.util.Enumerator.nextElement(Enumerator.java:166);

2002-02-21 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

Re: DO NOT REPLY [Bug 6598] - The Implicate mapping of TLDs in packaged libraries no longer works

2002-02-21 Thread Remy Maucherat
> Pardon me... Where should we create the temp directory ? In CATALINA_HOME (where else ?). Remy -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [Daemon] New commons component

2002-02-21 Thread Remy Maucherat
> On Wed, 20 Feb 2002, Bill Barker wrote: > > > IMHO, beyond Pier's and Remy's requirements, this will never fly in the real > > world. I don't see any way that you are going to convince webmasters > > (including me) to relax the sandbox enough to allow this. > > Bill, this solution is what all s

Re: problem in Struts sample code

2002-02-21 Thread Craig R. McClanahan
Forwarding to STRUTS-DEV, where this belongs. Craig On Thu, 21 Feb 2002, teik wrote: > Date: Thu, 21 Feb 2002 19:46:47 +0900 > From: teik <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: problem in Struts sample code > > Hello, > I f

DO NOT REPLY [Bug 3878] - Multiple Content-Type and Content-Length headers in response

2002-02-21 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 6612] - Can set headers twice

2002-02-21 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 1450] - Incorrect encode URL with session ID

2002-02-21 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

AW: mod_jk suggestion, add "request" logging option

2002-02-21 Thread Hans Schmid
Hi, what about adding 'port' to the list. For lb workers the worker would be the real one used not 'loadbalancer', right? I think it would be really helpful to have this log level. Cheers, Hans > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im > Auftrag

DO NOT REPLY [Bug 6557] - isapi_redirector can not handle post request from netscape 4.7x

2002-02-21 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 6557] - isapi_redirector can not handle post request from netscape 4.7x

2002-02-21 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 6614] New: - Have Bootstrap and StandardClassLoader use the same ClassLoader

2002-02-21 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 6616] New: - date headers not working properly

2002-02-21 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

RE: jk2 renaming - need revue and comments

2002-02-21 Thread GOMEZ Henri
>> BTW: Did there is plan to port mod_jk/2.0.0 to Apache 1.3 >> and IIS/iPlanet/Domino ? > >Of course, but my primary goal is to clean the code and >refactor it - and making it work well with Apache2.0. > >It should be reasonably easy to write the adapters >for the other ( few days for each

RE: jk2 renaming - need revue and comments

2002-02-21 Thread costinm
On Thu, 21 Feb 2002, GOMEZ Henri wrote: > BTW: Did there is plan to port mod_jk/2.0.0 to Apache 1.3 > and IIS/iPlanet/Domino ? Of course, but my primary goal is to clean the code and refactor it - and making it work well with Apache2.0. It should be reasonably easy to write the adapters f

Re: [Daemon] New commons component

2002-02-21 Thread costinm
On Wed, 20 Feb 2002, Bill Barker wrote: > IMHO, beyond Pier's and Remy's requirements, this will never fly in the real > world. I don't see any way that you are going to convince webmasters > (including me) to relax the sandbox enough to allow this. Bill, this solution is what all servlet conta

DO NOT REPLY [Bug 6612] New: - Can set headers twice

2002-02-21 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

Re: [Daemon] New commons component

2002-02-21 Thread Pier Fumagalli
Patrick Luby <[EMAIL PROTECTED]> wrote: > Pier, > > Pier Fumagalli wrote: >> >> IMO, it's a waste of time... You shouldn't call setuid from Java, but the >> native code launching the VM should call appropriate methods at appropriate >> moments of the lifecycle... As I said before: >> >> 1) Cre

Re: Release servlet-api-4

2002-02-21 Thread Jaco de Groot
GOMEZ Henri wrote: > Get jakarta-servletapi-4-src.tar.gz in >http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/src/ Ok, tanx. Jaco -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 6610] New: - Request-Time Attribute Expressions in XML-Syntax JSPs not working

2002-02-21 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

RE: Release servlet-api-4

2002-02-21 Thread GOMEZ Henri
Get jakarta-servletapi-4-src.tar.gz in http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/src/ yes, it should be also copied in 4.0.2 release (ASAP) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo

DO NOT REPLY [Bug 6609] New: - SendMailServlet.java is not compiled even if javamail is installed correctly

2002-02-21 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

Release servlet-api-4

2002-02-21 Thread Jaco de Groot
For the project I'm working on (http://www.mmbase.org) I would like to download a servlet 2.3 comptible servlet.jar with the build.xml. I'v been using the daily build, but these get deleted after a while. Is it possible to make a milestone/release/rc/whatever build that will stay available for

  1   2   >