cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm RealmBase.java

2004-02-06 Thread billbarker
billbarker2004/02/06 21:54:32 Modified:catalina/src/share/org/apache/catalina/realm RealmBase.java Log: Went back and re-read the spec. A url-pattern of /protected/* must match a request for /protected. Hence a special case for this one. Revision ChangesPath 1.29

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm RealmBase.java

2004-02-06 Thread billbarker
billbarker2004/02/06 21:24:08 Modified:catalina/src/share/org/apache/catalina/realm RealmBase.java Log: Fix stupid off-by-one bug. Before, a url-pattern of /s/* would match /simon/rant.html Reported by: Yann Cebron <[EMAIL PROTECTED]> Revision ChangesPath 1.28

[PROPOSAL] Configurable session id length

2004-02-06 Thread Jan Luehe
Is there any interest in making the session id length configurable? If so, please consider my patch (attached). Thanks, Jan Index: Manager.java === RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/M

cvs commit: jakarta-tomcat-connectors/jk/support jk_ws.m4

2004-02-06 Thread jfclere
jfclere 2004/02/06 15:26:30 Modified:jk/native2 configure.in jk/support jk_ws.m4 Log: WEBSERVER was missing when using --with-server. Prevent test $APACHE${n}-CC with CC when $APACHE${n}-CC is empty. Revision ChangesPath 1.17 +8 -8 jakarta-tomca

cvs commit: jakarta-tomcat-connectors/jk/native2 configure.in

2004-02-06 Thread jfclere
jfclere 2004/02/06 14:37:17 Modified:jk/native2 configure.in Log: Add the missing parameter to JK_WS_DIR. Revision ChangesPath 1.16 +10 -6 jakarta-tomcat-connectors/jk/native2/configure.in Index: configure.in ===

Re: [PATCH] uri runtime info - avoid nameless entries

2004-02-06 Thread NormW
Good morning All. The fact that the row (without even a 'name' value) appears in the URI runtime table in /jkstatus suggests that it must be an object (bean?) of type 'uri' because that is a requirement of the loop. Hence something is permitting the creation of an unitialised uri object [zero perha

cvs commit: jakarta-servletapi-5/jsr152/examples/tagplugin howto.html

2004-02-06 Thread kinman
kinman 2004/02/06 10:28:38 Modified:jsr152/examples/tagplugin howto.html Log: Fix typo. Revision ChangesPath 1.2 +2 -2 jakarta-servletapi-5/jsr152/examples/tagplugin/howto.html Index: howto.html ==

DO NOT REPLY [Bug 5598] - (JSP Problem) RequestDispatcher doesn't include HTML output in place

2004-02-06 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_bug

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session DeltaManager.java DeltaRequest.java DeltaSession.java

2004-02-06 Thread fhanik
fhanik 2004/02/06 09:30:13 Modified:modules/cluster/src/share/org/apache/catalina/cluster/session DeltaManager.java DeltaRequest.java DeltaSession.java Log: Implemented access logic on the delta request, fixed double expiration on the

[PATCH] "net build" ant script documentation

2004-02-06 Thread Josh Rehman
One must set the 'base.path' property to an *absolute* directory name for the net build script to function properly. Using a relative path will cause the script to fail. This patch seeks to add a simple warning to the user on this page. The file location may be wrong. http://jakarta.apache.org/

Re: [5.0.19] New tag next week ?

2004-02-06 Thread Jeanfrancois Arcand
Remy Maucherat wrote: Shapira, Yoav wrote: Howdy, 5.0.18 has been good, so there's no big rush. But there are bug fixes and doc updates, which are always good to get out ;) So I'm neutral on the date, I think next week is fine. There are a number of significant fixes having been made since

DO NOT REPLY [Bug 26363] - JSP Compiler does not recognize unbalanced Struts tag

2004-02-06 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: [5.0.19] New tag next week ?

2004-02-06 Thread Jeanfrancois Arcand
Remy Maucherat wrote: Shapira, Yoav wrote: Howdy, 5.0.18 has been good, so there's no big rush. But there are bug fixes and doc updates, which are always good to get out ;) So I'm neutral on the date, I think next week is fine. There are a number of significant fixes having been made since

Re: BIG PROBLEM // LINUX TOMCAT SSL

2004-02-06 Thread Jeanfrancois Arcand
Read the solution of your problem here: http://jakarta.apache.org/site/mail.html In bref, all you need to do is * Respect the mailing list type * There are generally two types of lists. * The "User" lists where you can send questions and comments about configuration, setup, usage and ot

DO NOT REPLY [Bug 26733] New: - ManagedBean is not found with Ajp13Connector

2004-02-06 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

BIG PROBLEM // LINUX TOMCAT SSL

2004-02-06 Thread Bouchia Nazha
Hello, I have post this message two week ago. I don't have any response about it. It's very very important. Have you see it ? If you want more information, tell me. Please answer me for tell me you are going to see the problem. Thanks. -Message d'origine- De : Bouchia Nazha [mailto:[E

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session DeltaManager.java DeltaSession.java

2004-02-06 Thread fhanik
fhanik 2004/02/06 08:15:32 Modified:modules/cluster/src/share/org/apache/catalina/cluster/session DeltaManager.java DeltaSession.java Log: Fix for bug 26715, a replicated session will never expire if the primary server crashes. This will fix that. Rev

Re: [5.0.19] New tag next week ?

2004-02-06 Thread Remy Maucherat
Shapira, Yoav wrote: Howdy, 5.0.18 has been good, so there's no big rush. But there are bug fixes and doc updates, which are always good to get out ;) So I'm neutral on the date, I think next week is fine. There are a number of significant fixes having been made since 5.0.18. Indeed there were f

Re: [5.0.19] New tag next week ?

2004-02-06 Thread Filip Hanik
I think next week is a good date. There is a pretty significant change in the clustering configuration, it is more modular and can be easier extendable now. Also some good bug fixes in there. Next week, definitely not later :) Filip - Original Message - From: "Shapira, Yoav" <[EMAIL PROTE

RE: [5.0.19] New tag next week ?

2004-02-06 Thread Shapira, Yoav
Howdy, 5.0.18 has been good, so there's no big rush. But there are bug fixes and doc updates, which are always good to get out ;) So I'm neutral on the date, I think next week is fine. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Remy Maucherat [mailto:[EMAIL P

[5.0.19] New tag next week ?

2004-02-06 Thread Remy Maucherat
Hi, I think I'll tag a new build next week, picking up the bugfixes. Any comments on this ? Or should we wait more ? The remaining issues are for the most part with either: - JK (with a release planned for the same date - 02/13 -, this should be covered :) ) - the admin webapp Rémy

Re: [PATCH] uri runtime info - avoid nameless entries

2004-02-06 Thread Henri Gomez
Günter Knauf a écrit : Hi all, no comments yet to this?? Guenter. in mod_jk2, if invoked by the /jkstatus page, jk2_worker_status_displayRuntimeType() displays always a nameless / useless first line below the uri runtime info; I'm asking me what entry that vould be, and if it is the right way to

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_status.c

2004-02-06 Thread hgomez
hgomez 2004/02/06 06:51:25 Modified:jk/native2/common jk_worker_status.c Log: Avoid display nameless beans. Provided by Gunter Knauf Revision ChangesPath 1.47 +3 -0 jakarta-tomcat-connectors/jk/native2/common/jk_worker_status.c Index: jk_worker_status

cvs commit: jakarta-tomcat-catalina/webapps/docs/config context.xml

2004-02-06 Thread yoavs
yoavs 2004/02/06 06:26:10 Modified:webapps/docs/config context.xml Log: Corrected typo. Revision ChangesPath 1.9 +3 -1 jakarta-tomcat-catalina/webapps/docs/config/context.xml Index: context.xml ==

cvs commit: jakarta-tomcat-connectors/jk/native configure.in

2004-02-06 Thread hgomez
hgomez 2004/02/06 06:12:59 Modified:jk/native configure.in Log: The real install build dir which is where live the build datas Revision ChangesPath 1.29 +2 -2 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in ==

cvs commit: jakarta-tomcat-connectors/jk/native configure.in

2004-02-06 Thread hgomez
hgomez 2004/02/06 06:09:34 Modified:jk/native configure.in Log: apxs -q installbuildir allready provide the 'build' dir Revision ChangesPath 1.28 +2 -2 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in =

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 Makefile.in

2004-02-06 Thread jfclere
jfclere 2004/02/06 06:07:18 Modified:jk/native2/server/apache13 Makefile.in Log: Add the libraries apr needs. Otherwise unresolved with using mod_jk2.so. Revision ChangesPath 1.11 +1 -1 jakarta-tomcat-connectors/jk/native2/server/apache13/Makefile.in Index:

cvs commit: jakarta-tomcat-connectors/jk/support jk_apr.m4

2004-02-06 Thread jfclere
jfclere 2004/02/06 04:14:53 Modified:jk/native2/server/apache13 Makefile.in jk/support jk_apr.m4 Log: Arrange the libtool name. Use *.la instead "guessed" names. Revision ChangesPath 1.10 +6 -4 jakarta-tomcat-connectors/jk/native2/server/apache13/

Re: [PATCH] uri runtime info - avoid nameless entries

2004-02-06 Thread Günter Knauf
Hi all, no comments yet to this?? Guenter. > in mod_jk2, if invoked by the /jkstatus page, > jk2_worker_status_displayRuntimeType() displays always a nameless / > useless first line below the uri runtime info; > I'm asking me what entry that vould be, and if it is the right way to > suppress displ

DO NOT REPLY [Bug 26711] - jsp being forwarded to overwrites content-type header

2004-02-06 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 26715] - Sessions that have been persisted during a server restart never time out.

2004-02-06 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-catalina/catalina/src/share/org/apache/catalina/session PersistentManagerBase.java

2004-02-06 Thread remm
remm2004/02/06 03:51:13 Modified:catalina/src/share/org/apache/catalina/session PersistentManagerBase.java Log: - Similar fix for the persistent manager. - Call endAccess after reading a session from storage so that the session properly timeouts.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session StandardManager.java

2004-02-06 Thread remm
remm2004/02/06 03:45:58 Modified:catalina/src/share/org/apache/catalina/session StandardManager.java Log: - Call endAccess after reading a session from storage so that the session properly timeouts. - Bug 26715, submitted by Jochen Strunk. Revis

DO NOT REPLY [Bug 26715] - Sessions that have been persisted during a server restart never time out.

2004-02-06 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 26715] New: - Sessions that have been persisted during a server restart never time out.

2004-02-06 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 26711] New: - jsp being forwarded to overwrites content-type header

2004-02-06 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 25733] - Apache-Tomcat connector problem

2004-02-06 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 25851] - jk2 errors in apache2 error log

2004-02-06 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-connectors/jk/native2 buildconf.sh README.txt

2004-02-06 Thread jfclere
jfclere 2004/02/06 01:43:06 Modified:jk/native2 buildconf.sh README.txt Log: Remove the automake cache. And adjust README to the buildconf.sh location. Revision ChangesPath 1.8 +3 -0 jakarta-tomcat-connectors/jk/native2/buildconf.sh Index: buildconf.sh =

Re: jk2 2.0.4 release plan

2004-02-06 Thread Henri Gomez
[EMAIL PROTECTED] a écrit : -Original Message- From: Henri Gomez [mailto:[EMAIL PROTECTED] Subject: jk2 2.0.4 release plan Comments welcome I can throw some tests at the build given some notice if that is any help. Thanks for picking this up. Thanks, we're working with JFC to clean the

Re: failover-problem and session mixup: jakarta-tomcat-connectors/mod_jk: jk_ajp_common.c

2004-02-06 Thread Henri Gomez
Alexander Schwartz a écrit : I'd really like to use mod_jk open source software in our production environment, but I need to make sure it's strong enough for production. I need some advice on the two issues (as far as I can see there has been no commit on CVS and/or discussion results) * do you

Re: failover-problem and session mixup: jakarta-tomcat-connectors/mod_jk: jk_ajp_common.c

2004-02-06 Thread Henri Gomez
Alexander Schwartz a écrit : Hello Henri, hello mod_jk-Developers, Am Di, den 27.01.2004 schrieb Henri Gomez um 18:00: we are currently experiencing some problems with mod_jk with loadbalancing: (A) when a post-request fails while receiving data from tomcat, the loadbalancer tries to send th

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.in

2004-02-06 Thread jfclere
jfclere 2004/02/06 01:10:40 Modified:jk/native2/server/apache2 Makefile.in Log: Remove the cp because it is already in the MOD_INSTALL. Revision ChangesPath 1.16 +2 -2 jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile.in Index: Makefile.in

cvs commit: jakarta-tomcat-connectors/jk/support jk_apxs.m4

2004-02-06 Thread hgomez
hgomez 2004/02/06 00:53:52 Modified:jk/support jk_apxs.m4 Log: Fix build for include in APR/APR_UTILS Revision ChangesPath 1.12 +3 -3 jakarta-tomcat-connectors/jk/support/jk_apxs.m4 Index: jk_apxs.m4 ==

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

2004-02-06 Thread hgomez
hgomez 2004/02/06 00:37:59 Modified:jk/native/common jk_lb_worker.c Log: Comment end of LB service Revision ChangesPath 1.15 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c Index: jk_lb_worker.c ===

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

2004-02-06 Thread hgomez
hgomez 2004/02/06 00:37:46 Modified:jk/native/common jk_ajp_common.c Log: More info to track the potential problem in POST recovery Revision ChangesPath 1.46 +16 -9 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index: jk_ajp_common.c

cvs commit: jakarta-tomcat-connectors/jk/support jk_apxs.m4

2004-02-06 Thread hgomez
hgomez 2004/02/06 00:37:08 Modified:jk/support jk_apxs.m4 Log: Get APR/APR_UTILS include path Revision ChangesPath 1.11 +3 -2 jakarta-tomcat-connectors/jk/support/jk_apxs.m4 Index: jk_apxs.m4 ==

Re: JMX remote and JDK 1.5

2004-02-06 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Remy Maucherat wrote: What does it mean ? I saw the 1.5 jmx stuff, but as usual this only works with 1.5 while most people will keep using 1.3 or 1.4 for few years. I hope we're not falling into the forced upgrade trap :-) I agree in general. However, I've played with the

Re: JMX remote and JDK 1.5

2004-02-06 Thread cmanolache
Remy Maucherat wrote: > Hi, > > It looks like the new JDK has an easy way to add a connector (and even > SNMP) to a VM, without the need for explicit support in the application, > using system properties (on the command line) like: > - com.sun.management.config.file > - com.sun.management.snmp.po

Re: Mod_Jk2 - Default Worker

2004-02-06 Thread cmanolache
NormW wrote: > Good morning All. > The default 'worker', which is hard-wired into Mod_Jk2, is 'lb:lb', and > is, for most users I believe, a wrong guess at best, since the majority of > users are probably not using mod_jk2 in load-balancing mode. The 'guess' > means that mod_jk2 creates uri object

RE: cvs commit: jakarta-servletapi-5/jsr152/examples/tagplugin choose.html choose.jsp foreach.html foreach.jsp howto.html if.html if.jsp notes.html

2004-02-06 Thread Ias
> 1.1 > jakarta-servletapi-5/jsr152/examples/tagplugin/howto.html > > Index: howto.html > === > > > Tag Plugin Implementation > How to write tag plugins > > To write a plugi