Gaston Lanteigne/CA/TA.NA is out of the office.

2004-07-27 Thread Gaston Lanteigne
I will be out of the office starting 07/16/2004 and will not return until 08/09/2004. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Mod_ajp initial

2004-07-27 Thread Ari Suutari
Hi, I think we do have agreement on droping IIS/iPlanet. Does this mean that in the future there won't be a way to integrate tomcat to IIS ? We have some customers that require use of IIS as frontend (for either political reasons or they want to use integrated windows

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core mbeans-descriptors.xml

2004-07-27 Thread billbarker
billbarker2004/07/26 23:51:15 Modified:catalina/src/share/org/apache/catalina/core mbeans-descriptors.xml Log: Update the StandardContext MBean to match StandardContext. -- Adding antiResourceLocking attribute -- Remove the dynamic resource methods

RE: Mod_ajp initial

2004-07-27 Thread Mladen Turk
Costin Manolache wrote: I agree with libajp.so. I don't agree we need to develop new connector for apache2.0. If we can't get it backported to 2.0 - then we can just provide a separate build ( mod_proxy21 ). Sure, that's the one of solutions. that, and BTW I'm working on that

DO NOT REPLY [Bug 30340] - substract() disfunctional in CharChunk and ByteChunk classes

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30340. 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/catalina Container.java

2004-07-27 Thread remm
remm2004/07/27 00:17:21 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml catalina/src/share/org/apache/catalina Container.java Log: - Modify HostConfig for use in the manager servlet, as

cvs commit: jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager HTMLManagerServlet.java ManagerServlet.java

2004-07-27 Thread remm
remm2004/07/27 00:18:37 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager HTMLManagerServlet.java ManagerServlet.java Log: - Rewrite the manager for the new deployer. - I only tested the basic stuff, using the HTML manager, so there

Re: Mod_ajp initial

2004-07-27 Thread Henri Gomez
Graham Leggett wrote: Mladen Turk wrote: If I make a design flaw, and the entire project gets unusable, it will make it just something like mod_java, mod_warp, mod_jk and mod_jk2 are... Dead. Nobody will get hanged for that. Some code is always better than no code - at best, the code will be

Re: Mod_ajp initial

2004-07-27 Thread Henri Gomez
Costin Manolache wrote: Henri Gomez wrote: Costin Manolache wrote: Mladen Turk wrote: Of course, no one is forced to participate in development, but everyone is welcome. The only question is do we have enough juice to make it official. AFICT, Remy, Henri and myself are in favor. But frankly I

Re: Mod_ajp initial

2004-07-27 Thread Henri Gomez
Ari Suutari wrote: Hi, I think we do have agreement on droping IIS/iPlanet. Does this mean that in the future there won't be a way to integrate tomcat to IIS ? We have some customers that require use of IIS as frontend (for either political reasons or they want to use integrated

JK 1.2.6 released

2004-07-27 Thread Henri Gomez
The Tomcat team is pleased to announce the release of version 1.2.6 of the Apache Tomcat mod_jk web server connector. Tomcat is the reference implementation of a web application server which implements the Java Servlet and JavaServer Pages specifications. mod_jk is a connector which allows a

mod_ajp / ajplib

2004-07-27 Thread Henri Gomez
It seems we all agreed on the need to make an ajplib using APR to provide a fully functionnal AJP client lib. This library will be used by : - mod_ajp (at least to have some sort of test framework) - proxy_ajp (to provide something usefull for mod_proxy and inclusion in HTTPD, I still wonder if

RE: mod_ajp / ajplib

2004-07-27 Thread Mladen Turk
Henri Gomez wrote: It seems we all agreed on the need to make an ajplib using APR to provide a fully functionnal AJP client lib. This library will be used by : - mod_ajp (at least to have some sort of test framework) Well, it's discussable if we decide to import the mod_proxy code

Re: mod_ajp / ajplib

2004-07-27 Thread Henri Gomez
Mladen Turk wrote: Henri Gomez wrote: It seems we all agreed on the need to make an ajplib using APR to provide a fully functionnal AJP client lib. This library will be used by : - mod_ajp (at least to have some sort of test framework) Well, it's discussable if we decide to import the

RE: mod_ajp / ajplib

2004-07-27 Thread Mladen Turk
Henri Gomez wrote: Well, I can extract the apache's logging functions in file that will use stdout/stderr, so we'll have the same api. The file will get complied together with test case, so there will be no need to change something in the core of lib, and we willl not need

Re: mod_ajp / ajplib

2004-07-27 Thread jean-frederic clere
Henri Gomez wrote: Mladen Turk wrote: Henri Gomez wrote: It seems we all agreed on the need to make an ajplib using APR to provide a fully functionnal AJP client lib. This library will be used by : - mod_ajp (at least to have some sort of test framework) Well, it's discussable if we decide

Re: mod_ajp / ajplib

2004-07-27 Thread Henri Gomez
Mladen Turk wrote: Henri Gomez wrote: Well, I can extract the apache's logging functions in file that will use stdout/stderr, so we'll have the same api. The file will get complied together with test case, so there will be no need to change something in the core of lib, and we willl not

Re: PATCH: mod_jk get_cookie jvmroute fix

2004-07-27 Thread Henri Gomez
Sandy McArthur wrote: Attached is a patch that fixes the get_cookie in jk_lb_worker.c taken from the CVS today. The current implementation will fail if there are two JSESSIONID cookies at different domain levels. My patch below checks a JSESSIONID value for a known jvmroute before it returns a

RE: mod_ajp / ajplib

2004-07-27 Thread Mladen Turk
Henri Gomez wrote: Well we should make room on jtc to host ajplib/mod_ajp/ajp_proxy. What about creating in jtc root : ajp ajp/ajplib ajp/ajplib/test +1 ajp/mod_ajp ajp/proxy_ajp Let's wait on those two for a while. Taking last week discussion into account who knows where

cvs commit: jakarta-tomcat-connectors/ajp - New directory

2004-07-27 Thread hgomez
hgomez 2004/07/27 02:54:03 jakarta-tomcat-connectors/ajp - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test - New directory

2004-07-27 Thread hgomez
hgomez 2004/07/27 02:54:03 jakarta-tomcat-connectors/ajp/ajplib/test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java ContextConfig.java

2004-07-27 Thread remm
remm2004/07/27 03:04:39 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java ContextConfig.java Log: - Add support for override flag in ContextConfig: none of the default context files will be parsed. This flag will only be used if the

Re: [5.next] Progress, more ideas and native connector benchmarks

2004-07-27 Thread Remy Maucherat
Bill Barker wrote: I'll volunteer for the admin webapp stuff. I enjoy deleting stuff from there ;-). It's at the end of my list right now, so I wont't get there for a while. I committed a few things: - The new deployer is getting there. Missing is the support for the manager webapp, but this

DO NOT REPLY [Bug 30344] New: - HttpSessionActivationListener[s] called before ServletContextListner[s] during HttpSession reloading

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30344. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30344] - HttpSessionActivationListener[s] called before ServletContextListner[s] during HttpSession reloading

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30344. 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/catalina/startup HostConfig.java

2004-07-27 Thread remm
remm2004/07/27 04:22:54 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: - Address two fixmes regarding undeployment. Revision ChangesPath 1.40 +47 -6

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.vcproj test.sln

2004-07-27 Thread mturk
mturk 2004/07/27 04:42:14 Added: ajp/ajplib/test testajp.vcproj test.sln Log: WIN32 build files. They depend on apr, apr-util, apr-iconv inside ../srclib Revision ChangesPath 1.1 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.vcproj Index:

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test httpd_wrap.h httpd_wrap.c

2004-07-27 Thread mturk
mturk 2004/07/27 04:42:57 Added: ajp/ajplib/test httpd_wrap.h httpd_wrap.c Log: HTTPD wrapper. Only logging for now. Revision ChangesPath 1.1 jakarta-tomcat-connectors/ajp/ajplib/test/httpd_wrap.h Index: httpd_wrap.h

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c

2004-07-27 Thread mturk
mturk 2004/07/27 04:43:42 Added: ajp/ajplib/test testajp.c Log: Simple test case. Just write the log message and exit. Revision ChangesPath 1.1 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c Index: testajp.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c httpd_wrap.c

2004-07-27 Thread mturk
mturk 2004/07/27 05:09:12 Modified:ajp/ajplib/test testajp.c httpd_wrap.c Log: Forgot the loglevel. Quite rude and simple, but it will fulfill the needs. Revision ChangesPath 1.2 +6 -0 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c Index: testajp.c

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c httpd_wrap.c

2004-07-27 Thread Henri Gomez
[EMAIL PROTECTED] wrote: mturk 2004/07/27 05:09:12 Mladen what about commiting your work on mod_ajp. Even if we didn't take any decisions yet, it will be usefull to have it save somewhere in ASF CVS ;) Regards - To

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c httpd_wrap.c

2004-07-27 Thread Mladen Turk
Henri Gomez wrote: Mladen what about commiting your work on mod_ajp. Even if we didn't take any decisions yet, it will be usefull to have it save somewhere in ASF CVS ;) It's on the apache web site, so it won't get lost, cause I have no intent to remove it :) Let's wait for a while on

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c httpd_wrap.c

2004-07-27 Thread Henri Gomez
Mladen Turk wrote: Henri Gomez wrote: Mladen what about commiting your work on mod_ajp. Even if we didn't take any decisions yet, it will be usefull to have it save somewhere in ASF CVS ;) It's on the apache web site, so it won't get lost, cause I have no intent to remove it :) Let's wait

Re: Dynamic updates and Apache v2.0

2004-07-27 Thread Graham Leggett
Filip Hanik (lists) wrote: why are we so focused on dynamic this dynamic that, This thread is focused on the dynamic features, and was split out from the thread on the new work on ajp. Whether we do the dynamic features now or later isn't important, what is important is that any discussion

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c

2004-07-27 Thread hgomez
hgomez 2004/07/27 06:40:08 Added: ajp/ajplib/test ajp.h ajp_msg.c Log: initial msg functions. Need review of course (at least it compile :) Revision ChangesPath 1.1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c

2004-07-27 Thread hgomez
hgomez 2004/07/27 06:40:46 Modified:ajp/ajplib/test ajp.h ajp_msg.c Log: ascii (dan't eclipse) Revision ChangesPath 1.2 +100 -100 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c

2004-07-27 Thread hgomez
hgomez 2004/07/27 06:46:16 Added: ajp/ajplib/test ajp_link.c Log: Some socket io (ad minima) Revision ChangesPath 1.1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_link.c Index: ajp_link.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c

2004-07-27 Thread hgomez
hgomez 2004/07/27 06:46:32 Modified:ajp/ajplib/test ajp_link.c Log: *** keyword substitution change *** Revision ChangesPath 1.2 +267 -267 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_link.c Index: ajp_link.c

Re: PATCH: mod_jk get_cookie jvmroute fix

2004-07-27 Thread Sandy McArthur
On Jul 27, 2004, at 5:26 AM, Henri Gomez wrote: Could you send a diff -Nru patch please ;) cvs didn't like the -r switch. I ran `cvs diff -Nu` from the jakarta-tomcat-connectors base directory. Sandy jk_lb_worker.c-check-jvmroute.patch Description: Binary data smime.p7s Description: S/MIME

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c

2004-07-27 Thread Mladen Turk
[EMAIL PROTECTED] wrote: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c Few things. 1. We don't need ajp_env_t (use the pool directly) 2. We don't need ajp_idef and ajp_ilink (use the sockets directly) 3. Use the apr_size_t or apr_ssize_t for message lengths, or if they will be

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c

2004-07-27 Thread Mladen Turk
[EMAIL PROTECTED] wrote: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c We don't need that (at least stuff that creates the connection) Imagine that you already have a socket. It will be up to the framework to create the connection, whether it will be mod_proxy or mod_ajp. In any case

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c

2004-07-27 Thread Henri Gomez
Mladen Turk wrote: [EMAIL PROTECTED] wrote: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c Few things. 1. We don't need ajp_env_t (use the pool directly) 2. We don't need ajp_idef and ajp_ilink (use the sockets directly) well ajp_ilink_t make provision for more than TCP/IP socket,

DO NOT REPLY [Bug 30347] New: - embedded:standardContext.addResource(string, string) throw npe

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30347. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c

2004-07-27 Thread Mladen Turk
Henri Gomez wrote: 1. We don't need ajp_env_t (use the pool directly) 2. We don't need ajp_idef and ajp_ilink (use the sockets directly) well ajp_ilink_t make provision for more than TCP/IP socket, we could at later time unix socket :) If someone will ever crate a unix socket

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c

2004-07-27 Thread hgomez
hgomez 2004/07/27 07:38:35 Modified:ajp/ajplib/test ajp.h ajp_msg.c Log: Use more and more APR types :) Revision ChangesPath 1.3 +4 -4 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c

2004-07-27 Thread Henri Gomez
Mladen Turk wrote: Henri Gomez wrote: 1. We don't need ajp_env_t (use the pool directly) 2. We don't need ajp_idef and ajp_ilink (use the sockets directly) well ajp_ilink_t make provision for more than TCP/IP socket, we could at later time unix socket :) If someone will ever crate a unix

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c

2004-07-27 Thread Mladen Turk
Henri Gomez wrote: We don't need that (at least stuff that creates the connection) the ajplib should provide this service isn't it ? It will ease the task for developpers. It's not so easy to create a socket via APR and the extra cost will be usefull for APR beginers (including

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test Makefile

2004-07-27 Thread jfclere
jfclere 2004/07/27 07:45:09 Added: ajp/ajplib/test Makefile Log: Very basic makefile to build on Unixes : It requires an installed httpd-2.x and that you edit him to set APACHE_DIR to your installed Apache. A configure needs a little more... Revision ChangesPath

Re: Mod_ajp initial

2004-07-27 Thread Costin Manolache
Henri Gomez wrote: What about adding/updating of webapps ? Is this a feature that will never be added ( because if it will be and it is not part of the design - then we're back to spaghetti ) Well if you recall my AJP/1.4 proposal it was on my wish-list : Adding/Removing/Updating a webapp on a

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c httpd_wrap.c

2004-07-27 Thread jean-frederic clere
Henri Gomez wrote: Mladen Turk wrote: Henri Gomez wrote: Mladen what about commiting your work on mod_ajp. Even if we didn't take any decisions yet, it will be usefull to have it save somewhere in ASF CVS ;) It's on the apache web site, so it won't get lost, cause I have no intent to remove

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c

2004-07-27 Thread Henri Gomez
Mladen Turk wrote: Henri Gomez wrote: We don't need that (at least stuff that creates the connection) the ajplib should provide this service isn't it ? It will ease the task for developpers. It's not so easy to create a socket via APR and the extra cost will be usefull for APR beginers

Re: Dynamic updates and Apache v2.0

2004-07-27 Thread Costin Manolache
Graham Leggett wrote: Filip Hanik (lists) wrote: why are we so focused on dynamic this dynamic that, This thread is focused on the dynamic features, and was split out from the thread on the new work on ajp. Whether we do the dynamic features now or later isn't important, what is important is

Re: Mod_ajp initial

2004-07-27 Thread Henri Gomez
Costin Manolache wrote: Henri Gomez wrote: What about adding/updating of webapps ? Is this a feature that will never be added ( because if it will be and it is not part of the design - then we're back to spaghetti ) Well if you recall my AJP/1.4 proposal it was on my wish-list :

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-07-27 Thread jfclere
jfclere 2004/07/27 08:07:32 Modified:ajp/ajplib/test ajp.h Log: Add apr_version.h otherwise APR_MAJOR_VERSION is not defined. Revision ChangesPath 1.4 +3 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h

Re: mod_ajp / ajplib

2004-07-27 Thread Costin Manolache
Mladen Turk wrote: I start to write some code by extracting part of jk2 and wonder for example about logging. I'd like to have a pluggable logging function, something which will be by default using stdout/stderr, but which could be overrided to use Apache2 logging functions. Well, I can

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test Makefile

2004-07-27 Thread jfclere
jfclere 2004/07/27 08:23:19 Modified:ajp/ajplib/test Makefile Log: Add lib_ajp and build testajp using it. Revision ChangesPath 1.2 +8 -3 jakarta-tomcat-connectors/ajp/ajplib/test/Makefile Index: Makefile

RE: mod_ajp / ajplib

2004-07-27 Thread Mladen Turk
Costin Manolache wrote: I think the second part ( a lib_apache ) is better - i.e. use apache functions in mod_ajp, and if it needs to be tested standalone or used with a different server - then you'll link in a lib_apache containing the extracted functions. Maybe a separate directory

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test Makefile

2004-07-27 Thread Mladen Turk
[EMAIL PROTECTED] commited: Add lib_ajp and build testajp using it. Can you add some preproc define to makefile for lib_ajp (I would preffer libajp), and testajp in a form of: #ifdef AJP_USE_HTTPD_WRAP #include httpd_wrap.h #else #endif It will enable using wrapper for test case.

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test httpd_wrap.h httpd_wrap.c

2004-07-27 Thread mturk
mturk 2004/07/27 08:54:14 Modified:ajp/ajplib/test httpd_wrap.h httpd_wrap.c Log: Added ap_run_create_connection wrapper. Revision ChangesPath 1.2 +48 -2 jakarta-tomcat-connectors/ajp/ajplib/test/httpd_wrap.h Index: httpd_wrap.h

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test Makefile

2004-07-27 Thread jean-frederic clere
Mladen Turk wrote: [EMAIL PROTECTED] commited: Add lib_ajp and build testajp using it. Can you add some preproc define to makefile for lib_ajp (I would preffer libajp), and testajp in a form of: #ifdef AJP_USE_HTTPD_WRAP #include httpd_wrap.h #else #endif It will enable using wrapper

DO NOT REPLY [Bug 30331] - META-INF/context.xml creates conf/.../foo.xml as a directory

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30331. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30331] - META-INF/context.xml creates conf/.../foo.xml as a directory

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30331. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29688] - HostConfig NullPointerException

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29688. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30349] - Cannot compile JSP pages from doc base with spaces in path

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30349. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[jaas integration between tomcat/weblogic]

2004-07-27 Thread LERBSCHER Jean-Pierre
Hi, I would like to make EJB-calls from Tomcat to EJB in Weblogic in secure environment (using j2ee roles). I configure a custom JAAS Realm that uses client side LoginModule connecting to WLS (weblogic.security.auth.login.UsernamePasswordLoginModule). I put weblogic.jar into common/lib

Re: Dynamic updates and Apache v2.0

2004-07-27 Thread Graham Leggett
Costin Manolache wrote: Well, you may keep the discussion separated, but the code will eventually be mixed. Eventually, but keeping each thing logically separate makes it easy to see where one feature might impact another. The devil with this is in the details, and I don't want to see important

DO NOT REPLY [Bug 18680] - On Japanese OS, corruption of japanese text.

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=18680. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 18680] - On Japanese OS, corruption of japanese text.

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=18680. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 18680] - On Japanese OS, corruption of japanese text.

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=18680. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 18680] - On Japanese OS, corruption of japanese text.

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=18680. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c httpd_wrap.c

2004-07-27 Thread mturk
mturk 2004/07/27 10:28:31 Modified:ajp/ajplib/test testajp.c httpd_wrap.c Log: Add create_connection test case. Rewrite create_connection, so if the socket is missing (we don't have a client) the address is set to localhost. Revision ChangesPath 1.3 +20 -2

DO NOT REPLY [Bug 30349] - Cannot compile JSP pages from doc base with spaces in path

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30349. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13983] - RMI call from Web Application throws SocketException if CATALINA_HOME has a space in it

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=13983. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Dynamic updates and Apache v2.0

2004-07-27 Thread Mladen Turk
Graham Leggett wrote: Costin Manolache wrote: So the alternative in the mean time is to make the communication between httpd and tomcat dynamic, so as to get the httpd people used to the idea that dynamic config is a good thing. :) True, we will for start need only tree dynamic

cvs commit: jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager ManagerServlet.java

2004-07-27 Thread remm
remm2004/07/27 10:53:15 Modified:catalina/src/share/org/apache/catalina/startup ExpandWar.java HostConfig.java webapps/manager/WEB-INF/classes/org/apache/catalina/manager ManagerServlet.java Log: - Fixes to manager

Re: EMail validation

2004-07-27 Thread CanadaTech Support
This is an automated message from Technical Support at Panda Software Canada. Just this once, click the link below so we can receive your emails. You won't have to do this again. You are receiving this message in reply to your email to [EMAIL PROTECTED] Panda Software Canada - Technical

Re: EMail validation

2004-07-27 Thread CanadaTech Support
This is an automated message from Technical Support at Panda Software Canada. Just this once, click the link below so we can receive your emails. You won't have to do this again. You are receiving this message in reply to your email to [EMAIL PROTECTED] Panda Software Canada - Technical

Re: Dynamic updates and Apache v2.0

2004-07-27 Thread Rainer Jung
Graham Leggett wrote: Ideally tomcat should be able to pass to httpd info like hey, there is a new server in the pool, and it's called foo or do me a favour, I'm being taken out of the pool, so don't send me any new requests. Config of httpd would be as simple as ProxyPass /myWebapp

Re: EMail validation

2004-07-27 Thread CanadaTech Support
This is an automated message from Technical Support at Panda Software Canada. Just this once, click the link below so we can receive your emails. You won't have to do this again. You are receiving this message in reply to your email to [EMAIL PROTECTED] Panda Software Canada - Technical

DO NOT REPLY [Bug 30332] - Field charsetSet reset problem in class org.apache.coyote.Response

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30332. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30332] - Field charsetSet reset problem in class org.apache.coyote.Response

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30332. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30255] - Tomcat 5.0.26 JSP Encoding problem

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30255. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30255] - Tomcat 5.0.26 JSP Encoding problem

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30255. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30255] - Tomcat 5.0.26 JSP Encoding problem

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30255. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 23929] - request.setCharacterEncoding(String) doesn't work

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=23929. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: jk 1.2.6 release - need more binaries

2004-07-27 Thread Mike Anderson
Sorry I took so long, but the NetWare binaries are signed and posted based on the zip files generated by Guenter. I just built against the latest tag (JK_1_2_6_rel) and tested the generated NLMS before plugging them into Guenter zip file layouts. I did update the netscape zip to put the unzipped

DO NOT REPLY [Bug 30332] - Field charsetSet reset problem in class org.apache.coyote.Response

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30332. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30332] - Field charsetSet reset problem in class org.apache.coyote.Response

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30332. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2004-07-27 Thread kinman
kinman 2004/07/27 14:57:03 Modified:jasper2/src/share/org/apache/jasper/compiler JspReader.java Log: - Replace tabs with 8 spaces, in preparation for next commit. Revision ChangesPath 1.22 +250 -250

DO NOT REPLY [Bug 29866] - JspReader#skipUntil may try to read beyond the end of the file

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29866. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30352] New: - CLIENT-CERT auth doesn't work with DataSourceRealm and JDBCRealm

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30352. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

TC5 : Host header loses port

2004-07-27 Thread Blair Cooper
We have an application that sends a HTTP request to another of our applications. In this request the Host header is set to something like targetHost:6789. When the target application calls HttpServeletRequest.getHeader(Host), all that is returned is targetHost. The Port information is lost. Is

Roberto Rega/SE/TNT/TPG è assente dall'ufficio.

2004-07-27 Thread RRega
Sarò assente dall'ufficio a partire da 17/07/2004 e non ritornerà fino al 08/08/2004. Risponderò al messaggio al mio ritorno. Per problemi contattare Marco Carello, Giovanni Guglielmotto o Michela Ricci - To unsubscribe,

DO NOT REPLY [Bug 26183] - ServletResponse#reset() method and cookie session control problem on tomcat4.1.24

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=26183. 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/catalina/connector Response.java

2004-07-27 Thread luehe
luehe 2004/07/27 17:43:07 Modified:catalina/src/share/org/apache/catalina/connector Response.java Log: Fixed Bugtraq 6152759 (Default charset not included in Content-Type response header if no char encoding was specified). According to the Servlet

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

2004-07-27 Thread luehe
luehe 2004/07/27 17:43:17 Modified:coyote/src/java/org/apache/coyote Response.java Log: Fixed Bugtraq 6152759 (Default charset not included in Content-Type response header if no char encoding was specified). According to the Servlet 2.4 spec, calling:

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

2004-07-27 Thread luehe
luehe 2004/07/27 17:43:44 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: Fixed Bugtraq 6152759 (Default charset not included in Content-Type response header if no char encoding was specified). According to the Servlet 2.4

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http ContentType.java

2004-07-27 Thread luehe
luehe 2004/07/27 17:44:04 Modified:util/java/org/apache/tomcat/util/http ContentType.java Log: Fixed Bugtraq 6152759 (Default charset not included in Content-Type response header if no char encoding was specified). According to the Servlet 2.4 spec, calling:

cvs commit: jakarta-tomcat-catalina/catalina/src/bin catalina.sh

2004-07-27 Thread funkman
funkman 2004/07/27 17:47:47 Modified:catalina/src/bin catalina.sh Log: BZ 29938 Cygwin fixes Patch from amoebaworks at yahoo .ca Revision ChangesPath 1.15 +7 -7 jakarta-tomcat-catalina/catalina/src/bin/catalina.sh Index: catalina.sh

DO NOT REPLY [Bug 29938] - cygwin windows dirs treated as path vars instead of dirs (includes PATCH)

2004-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29938. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

  1   2   >