DO NOT REPLY [Bug 26370] New: - channel.apr not recognised in workers2.properties

2004-01-22 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

configuring tomcat for encoding types.

2004-01-22 Thread Deepak Sharma
Hi , is there neway i can avoid writing these two statements in all my jsp's. "response.setContentType("text/html;charset=UTF-8"); request.setCharacterEncoding("UTF-8");" I want that somehow i can configure these two setting for the server so that i dont have to modify all my jsp's. i m usin

DO NOT REPLY [Bug 13212] - JSPC is unable to compile when JSP1.1 taglib jar contains tld file

2004-01-22 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 26335] - Modification check for tagfiles does not work recursively

2004-01-22 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-jasper/jasper2/src/share/org/apache/jasper/compiler Compiler.java TagFileProcessor.java

2004-01-22 Thread kinman
kinman 2004/01/22 17:50:08 Modified:jasper2/src/share/org/apache/jasper/compiler Compiler.java TagFileProcessor.java Log: Fix 26335: Modification check for tagfiles does not work recursively. Get reliable dependency info from the tag instance. Revision

DO NOT REPLY [Bug 13212] - JSPC is unable to compile when JSP1.1 taglib jar contains tld file

2004-01-22 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 26363] New: - JSP Compiler does not recognize unbalanced Struts tag

2004-01-22 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: [PATHCH] ./jk/native2/server/apache2/jk_service_apache2.c

2004-01-22 Thread Bill Barker
Checking the CVS logs, It was fixed on 12/2/03, so 4.1.30 will be the first 4.1.x version with the fix. Prior to then, yes it did use the value from Apache for getServerPort. - Original Message - From: "Kyle VanderBeek" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]>

Re: [PATHCH] ./jk/native2/server/apache2/jk_service_apache2.c

2004-01-22 Thread Kyle VanderBeek
On Thu, Jan 22, 2004 at 01:16:45PM -0800, Bill Barker wrote: > However, it is the correct value to pass to Tomcat. Tomcat correctly uses > this value for getLocalPort. The value of getServerPort (which is the one > used for redirection) is taken from the Host header (as required by the 2.4 > serv

Re: [PATHCH] ./jk/native2/server/apache2/jk_service_apache2.c

2004-01-22 Thread Bill Barker
However, it is the correct value to pass to Tomcat. Tomcat correctly uses this value for getLocalPort. The value of getServerPort (which is the one used for redirection) is taken from the Host header (as required by the 2.4 servlet spec). - Original Message - From: "Kyle VanderBeek" <[EM

Re: JSSE 1.4: 'Want' vs. 'Need' Client Certificate Authentication

2004-01-22 Thread Bill Barker
This has been on my list for awhile (just not very high :). I am leaning in the direction of 1): change the clientAuth parameter to be a String of the form: 'true', 'false', or 'want'. It's the simplest, and cleanest. Getting the PureTLS implementation caught up with the JSSE implementation is

Re: [PATHCH] ./jk/native2/server/apache2/jk_service_apache2.c

2004-01-22 Thread Kyle VanderBeek
On Thu, Jan 22, 2004 at 09:08:48PM +0100, Günter Knauf wrote: > Hi Henri, > > Thanks to resubmit the latest patch for jk/jk2 on Apache 2 to see if > > everybody agree > ok. > With APR 1.0 apr_sockaddr_port_get() was removed without replacement. > I believe that the patch below is the correct repla

Re: [PATHCH] ./jk/native2/server/apache2/jk_service_apache2.c

2004-01-22 Thread Günter Knauf
Hi Henri, > Thanks to resubmit the latest patch for jk/jk2 on Apache 2 to see if > everybody agree ok. With APR 1.0 apr_sockaddr_port_get() was removed without replacement. I believe that the patch below is the correct replacement to archive _same_ behaviour as with apr_sockaddr_port_get() before

DO NOT REPLY [Bug 26276] - Generated TLD inconsistent after tagfile changes

2004-01-22 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 26358] - getServletName() Problem !!!

2004-01-22 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-jasper/jasper2/src/share/org/apache/jasper/compiler Compiler.java

2004-01-22 Thread kinman
kinman 2004/01/22 11:35:07 Modified:jasper2/src/share/org/apache/jasper/compiler Compiler.java Log: - Fix 26276: Generated TLD inconsistent after tagfile changes. Need to remove compilation wrapper for tag files if its clients has been changed. Revision ChangesPath

DO NOT REPLY [Bug 26358] New: - getServletName() Problem !!!

2004-01-22 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

JSSE 1.4: 'Want' vs. 'Need' Client Certificate Authentication

2004-01-22 Thread Becker, Michael
One of the additional features that has been introduced in JSSE 1.4 is the ability to 'want' client certificates instead of 'require'ing them (http://java.sun.com/j2se/1.4.2/docs/guide/security/jsse/JSSERefGuide.ht ml#NewMethods). It also appears that this functionality is not available in the Pur

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

2004-01-22 Thread remm
remm2004/01/22 10:27:04 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java mbeans-descriptors.xml Log: - Allow configuring the header size (for most use cases, it was too big, and since it represents 75% of the memory allocated

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

2004-01-22 Thread remm
remm2004/01/22 10:26:53 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Http11Protocol.java Log: - Allow configuring the header size (for most use cases, it was too big, and since it represents 75% of the memory allocated by Tomc

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

2004-01-22 Thread remm
remm2004/01/22 10:22:24 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequest.java Log: - Improvements to session activity tracking, handling the case where the session is new, as well as cross context. - The request will call endAccess

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

2004-01-22 Thread remm
remm2004/01/22 10:21:36 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java ApplicationHttpRequest.java StandardHostValve.java Log: - Improvements to session activity tracking, handling the case where the

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

2004-01-22 Thread remm
remm2004/01/22 10:21:21 Modified:catalina/src/share/org/apache/catalina/session StandardSession.java Log: - Improvements to session activity tracking, handling the case where the session is new, as well as cross context. - If this doesn't work, I giv

Re: -server VM option does not work, changing VM breaks configure tool

2004-01-22 Thread Laurent Blume
Selon Martin Gainty <[EMAIL PROTECTED]>: > Dominik > Use 8.3 file names > shortened named for directories over 8 characters > e.g. > C:\Program Files > to > C:\PROGRA~1 Well, since NTFS on my servers does not have that obsolete 8.3 names support, I'd rather stick to the long names, which work ver

DO NOT REPLY [Bug 25127] - Tomcat 4.1.29 will not start with IBM JDK 1.3.0

2004-01-22 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: [PATHCH] ./jk/native2/server/apache2/jk_service_apache2.c

2004-01-22 Thread Henri Gomez
Günter Knauf a écrit : Hi Henri, In JK 1.2.x for Apache 2 we're using : s->server_name = (char *)ap_get_server_name(r); ... apr_sockaddr_port_get(&port,r->connection->local_addr); s->server_port = port; Do you agree with this, if so I'll do the same for jk2 no, apr_sockaddr_por

Re: -server VM option does not work, changing VM breaks configure tool

2004-01-22 Thread Laurent Blume
Selon Dominik Drzewiecki <[EMAIL PROTECTED]>: > Try placing it as a first parameter. Sorry, I forgot to write that I had tried that quickly on the command line, and checked that order does not matter (in that case). > Indeed, j2sdk1.4.2 does not install server vm within the j2re in C:\Program >

DO NOT REPLY [Bug 26346] - Calling getParameter produces NullPointerException

2004-01-22 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 26346] - Calling getParameter produces NullPointerException

2004-01-22 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 26346] - Calling getParameter produces NullPointerException

2004-01-22 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/native/apache-2.0 NWGNUmakefile

2004-01-22 Thread mmanders
mmanders2004/01/22 08:42:31 Added: jk/native/apache-2.0 NWGNUmakefile Log: Makefile for building NetWare version of mod_jk submitted by Guenter Knauf ([EMAIL PROTECTED]). Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/apache-2.0/NWGNUmake

[PATCH] improve I18N for admintool

2004-01-22 Thread Takashi Okamoto
Hi, Could you take this patch to improve admintool's I18N? http://issues.apache.org/bugzilla/show_bug.cgi?id=25160 regargs, Takashi Okamoto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

DO NOT REPLY [Bug 26341] - It's possible to call getAttribute() while session is invalidated without IAE

2004-01-22 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 26346] New: - Calling getParameter produces NullPointerException

2004-01-22 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

[ANN] Apache Tomcat 5.0.18 Stable released

2004-01-22 Thread Remy Maucherat
The Tomcat Team announces the immediate availability of Apache Tomcat 5.0.18 Stable. Please refer to the changelog for the list of changes. Downloads: Binaries: http://jakarta.apache.org/site/binindex.cgi Sources: http://jakarta.apache.org/site/sourceindex.cgi The Apache Tomcat Team ---

cvs commit: jakarta-tomcat-site/docs bugreport.html index.html irc.html resources.html

2004-01-22 Thread remm
remm2004/01/22 07:05:00 Modified:docs bugreport.html index.html irc.html resources.html Log: - Update version number. Revision ChangesPath 1.18 +1 -1 jakarta-tomcat-site/docs/bugreport.html Index: bugreport.html ===

DO NOT REPLY [Bug 26346] - Calling getParameter produces NullPointerException

2004-01-22 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: -server VM option does not work, changing VM breaks configure tool

2004-01-22 Thread Martin Gainty
Dominik Use 8.3 file names shortened named for directories over 8 characters e.g. C:\Program Files to C:\PROGRA~1 -Martin - Original Message - From: "Dominik Drzewiecki" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 8:37 AM Subject: Re

Re: -server VM option does not work, changing VM breaks configure tool

2004-01-22 Thread Laurent Blume
Answering myself, my apologies: I found a solution: checking the "Auto" box (unchecked by default) makes Tomcat work as expected, with the -server option. Since without it, Tomcat does not use the correct SDK, as it should from the quote below, I think this could be either a bug, or at least wron

Re: -server VM option does not work, changing VM breaks configure tool

2004-01-22 Thread Dominik Drzewiecki
>I'm trying to check if the -server option of the VM would improve performance. >However, I'm running into weird problems. > >My platform is Windows 2000, J2SDK 1.4.2_02, Tomcat 5.0.16. > >Java was installed with the default options (it installed the JRE automatically). >Tomcat was installed with t

Re: [PATHCH] ./jk/native2/server/apache2/jk_service_apache2.c

2004-01-22 Thread Günter Knauf
Hi Henri, > In JK 1.2.x for Apache 2 we're using : > s->server_name = (char *)ap_get_server_name(r); > ... > apr_sockaddr_port_get(&port,r->connection->local_addr); > s->server_port = port; > Do you agree with this, if so I'll do the same for jk2 no, apr_sockaddr_port_get() was rec

DO NOT REPLY [Bug 26341] - It's possible to call getAttribute() while session is invalidated without IAE

2004-01-22 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-site/xdocs index.xml

2004-01-22 Thread remm
remm2004/01/22 04:14:07 Modified:xdocsindex.xml Log: - Update version number. Revision ChangesPath 1.45 +1 -1 jakarta-tomcat-site/xdocs/index.xml Index: index.xml === RCS file: /hom

-server VM option does not work, changing VM breaks configure tool

2004-01-22 Thread Laurent Blume
Hello all, I'm trying to check if the -server option of the VM would improve performance. However, I'm running into weird problems. My platform is Windows 2000, J2SDK 1.4.2_02, Tomcat 5.0.16. Java was installed with the default options (it installed the JRE automatically). Tomcat was installed

DO NOT REPLY [Bug 26341] - It's possible to call getAttribute() while session is invalidated without IAE

2004-01-22 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 26341] - It's possible to call getAttribute() while session is invalidated without IAE

2004-01-22 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 26341] - It's possible to call getAttribute() while session is invalidated without IAE

2004-01-22 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 26341] - It's possible to call getAttribute() while session is invalidated without IAE

2004-01-22 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

Handling of JNDI ResourceLinks

2004-01-22 Thread Robert Krüger
Hi, currently it is not possible to use ResourceLinks to bind a UserTransaction in the java:comp context of a web application because the way it is implemented ResourceLinks are always bound in the java:comp/env context. I stumbled across this because I thought it would make sense to configure

DO NOT REPLY [Bug 26341] New: - It's possible to call getAttribute() while session is invalidated without IAE

2004-01-22 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/server/apache2 jk_service_apache2.c

2004-01-22 Thread hgomez
hgomez 2004/01/22 01:19:55 Modified:jk/native2/server/apache2 jk_service_apache2.c Log: Get server name from Apache, the same way that JK 1.2.x. Port correction should now be studied Revision ChangesPath 1.37 +3 -4 jakarta-tomcat-connectors/jk/native2/ser

Re: [PATHCH] ./jk/native2/server/apache2/jk_service_apache2.c

2004-01-22 Thread Henri Gomez
Günter Knauf a écrit : IMHO, this is wrong. The server port isn't necessarily the port being listened on. See bug report and patch, long ignored: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16901 ok, but its as wrong as before - my patch doesnt change the behaviour from what I see, and

DO NOT REPLY [Bug 26338] New: - Service terminates with the message "not a valid application"

2004-01-22 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: [PATHCH] ./jk/native2/server/apache2/jk_service_apache2.c

2004-01-22 Thread Henri Gomez
Günter Knauf a écrit : IMHO, this is wrong. The server port isn't necessarily the port being listened on. See bug report and patch, long ignored: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16901 ok, but its as wrong as before - my patch doesnt change the behaviour from what I see, and t

DO NOT REPLY [Bug 26276] - Generated TLD inconsistent after tagfile changes

2004-01-22 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 26335] - Modification check for tagfiles does not work recursively

2004-01-22 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 26331] - Unwanted duplicate context

2004-01-22 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 26327] - StandardSession.isValid needs to check the time a servlet ended rather than when it began

2004-01-22 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 25596] - Application briefly unavailable when using manager to reload

2004-01-22 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 26335] - Modification check for tagfiles does not work recursively

2004-01-22 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 26335] New: - Modification check for tagfiles does not work recursively

2004-01-22 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