DO NOT REPLY [Bug 13634] New: - Allowing system properties to be substituted in config-file

2002-10-14 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_b

[5.0] 5.0.0 milestione released

2002-10-14 Thread Remy Maucherat
As voted, I have packaged a first milestone of Tomcat 5. http://jakarta.apache.org/builds/jakarta-tomcat/milestone/v5.0.0/ Note: I put it in the jakarta-tomcat folder. I don't see a point of using the version number in the folder name (and I didn't have write access to jakarta-tomcat-5 anyway;

Re: MBeanException w/AJP13Connector and (hopefully) its solution

2002-10-14 Thread Remy Maucherat
Jeff Tulley wrote: > When I uncomment the AJP13 Connector, I get the following exception on startup: > ServerLifecycleListener: createMBeans: MBeanException > java.lang.Exception: ManagedBean is not found with Ajp13Connector > at org.apache.catalin

DO NOT REPLY [Bug 13583] - Relative includes/forwards with ../s broken

2002-10-14 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_b

DO NOT REPLY [Bug 13627] - can't refresh with thee new jsp file

2002-10-14 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_b

DO NOT REPLY [Bug 13441] - WebApp Connector not writing status code properly on HTTP/1.1 responses

2002-10-14 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_b

DO NOT REPLY [Bug 13627] New: - can't refresh with thee new jsp file

2002-10-14 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_b

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Jean-Francois Arcand
Costin Manolache wrote: >I would like to propose a new mailing list. > >The list will be closed to commiters only. The main purpose >will be discussions of security and other special issues. >This should avoid [Cc] threads. > >The main target should be active commiters - so it should >start em

DO NOT REPLY [Bug 13619] - TagInfo.getAttributes returns a zero-length array instead of null if a tag has not defined attributes.

2002-10-14 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_b

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

2002-10-14 Thread kinman
kinman 2002/10/14 16:18:58 Modified:jasper2/src/share/org/apache/jasper/compiler TagFileProcessor.java Log: - Fix 13619: TagInfo.getAttributes should return null if there is no attributes. Revision ChangesPath 1.30 +13 -9 jakarta-tomcat

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Bojan Smojver
On Tue, 2002-10-15 at 03:24, Costin Manolache wrote: > I would like to propose a new mailing list. > > The list will be closed to commiters only. The main purpose > will be discussions of security and other special issues. > This should avoid [Cc] threads. > > The main target should be active c

cvs commit: jakarta-tomcat-5 build.xml

2002-10-14 Thread costin
costin 2002/10/14 16:09:44 Modified:.build.xml Log: Added a target that will only build, with minimal copy. It can be used for develoment ( when you modify a file and want a quick build to see the result ). If you have a super-fast computer, just use the normal tar

DO NOT REPLY [Bug 13619] New: - TagInfo.getAttributes returns a zero-length array instead of null if a tag has not defined attributes.

2002-10-14 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_b

cvs commit: jakarta-servletapi-5/jsr154 build.xml

2002-10-14 Thread kinman
kinman 2002/10/14 15:44:07 Modified:jsr152 build.xml jsr154 build.xml Log: - Patch by Costin "This will avoid the full javadoc/examples/etc when building tomcat5, and will also avoid some copy." Revision ChangesPath 1.4 +17 -9 jak

MBeanException w/AJP13Connector and (hopefully) its solution

2002-10-14 Thread Jeff Tulley
When I uncomment the AJP13 Connector, I get the following exception on startup: ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception: ManagedBean is not found with Ajp13Connector at org.apache.catalina.mbeans.MBeanUtils.createM

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Chuck Murcko
On Monday, October 14, 2002, at 01:40 PM, Costin Manolache wrote: > Chuck Murcko wrote: > >> There's currently a call for project committers to be on the >> [EMAIL PROTECTED] list. This list intends to be the clearinghouse for >> all ASF project related security issues, not just httpd. >> >> Cos

cvs commit: jakarta-tomcat-catalina/catalina build.xml

2002-10-14 Thread costin
costin 2002/10/14 14:21:32 Modified:catalina build.xml Log: A small change to allow 'light' builds. The normal build should be identical ( since the old target is called ), I just added made compile/jar separate. Revision ChangesPath 1.24 +6 -2 jakarta-tom

[PATCH] catalina.sh and cygwin

2002-10-14 Thread Peter Romianowski
Hi, I proposed this patch before without any notice. No problem at all, you all seem very busy. But I got several people asking for help regarding this issue, so I resend the patch. The problem is, that catalina.sh does not translate the $CATALINA_TMPDIR path to cygwin-path resulting tomcat

PATCH: compile-only for servletapi

2002-10-14 Thread Costin Manolache
This will avoid the full javadoc/examples/etc when building tomcat5, and will also avoid some copy. Costin Index: jsr152/build.xml === RCS file: /home/cvs/jakarta-servletapi-5/jsr152/build.xml,v retrieving revision 1.3 diff -u -r1.3

RE: [VOTE] tomcat-commiters list

2002-10-14 Thread Costin Manolache
Jason Corley wrote: > > Though I'm not a committer and thus can't vote I think a legitimate > concern created by a list like this would be that the real bulk of threads > that should occur on the tomcat developer list might migrate into this > closed list > and away from the more public view. J

DO NOT REPLY [Bug 13616] New: - Encoding in JSP Document(JSP in XML Syntax) is not translated properly.

2002-10-14 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_b

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Costin Manolache
Chuck Murcko wrote: > There's currently a call for project committers to be on the > [EMAIL PROTECTED] list. This list intends to be the clearinghouse for > all ASF project related security issues, not just httpd. > > Costin, Craig, et al.: the deal seems to be that each major project > version

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Pier Fumagalli
On 14/10/02 19:45, "Sam Ruby" <[EMAIL PROTECTED]> wrote: > The proposal needs to identify a moderator. The moderator will be the one > who approves subscription requests (as well as filtering out spam). And AFAIK, we've roughly always said "no" to extra mailing list (but -dev -cvs and -users) t

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Chuck Murcko
There's currently a call for project committers to be on the [EMAIL PROTECTED] list. This list intends to be the clearinghouse for all ASF project related security issues, not just httpd. Costin, Craig, et al.: the deal seems to be that each major project version have someone who's a committer

DO NOT REPLY [Bug 13583] - Relative includes/forwards with ../s broken

2002-10-14 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_b

DO NOT REPLY [Bug 13583] - Relative includes/forwards with ../s broken

2002-10-14 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_b

Re: [5.0] building ?

2002-10-14 Thread Steve Downey
On Monday 14 October 2002 01:19 pm, Costin Manolache wrote: > Remy Maucherat wrote: > > No, but: > > - my computer is relatively fast (P4m 1.6 these days) > > - I'll get a new one a lot faster really soon :) > > Well, I prefer laptops - and I prefer light over fast. > And those things are quite ex

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Costin Manolache
Bill Barker wrote: >> I would like to propose a new mailing list. >> >> The list will be closed to commiters only. The main purpose >> will be discussions of security and other special issues. >> This should avoid [Cc] threads. >> >> The main target should be active commiters - so it should >> st

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Costin Manolache
Sam Ruby wrote: > The proposal needs to identify a moderator. The moderator will be the one > who approves subscription requests (as well as filtering out spam). I can do that. ( unless someone else wants to ). -- Costin -- To unsubscribe, e-mail: For additio

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Bill Barker
- Original Message - From: "Costin Manolache" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 14, 2002 10:24 AM Subject: [VOTE] tomcat-commiters list > I would like to propose a new mailing list. > > The list will be closed to commiters only. The main purpose > will be

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Sam Ruby
The proposal needs to identify a moderator. The moderator will be the one who approves subscription requests (as well as filtering out spam). - Sam Ruby -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 13556] - release builds bad tar file

2002-10-14 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_b

RE: [VOTE] tomcat-commiters list

2002-10-14 Thread Jason Corley
Though I'm not a committer and thus can't vote I think a legitimate concern created by a list like this would be that the real bulk of threads that should occur on the tomcat developer list might migrate into this closed list and away from the more public view. Just a thought to consider. Jaso

DO NOT REPLY [Bug 13556] - release builds bad tar file

2002-10-14 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_b

RE: [VOTE] tomcat-commiters list

2002-10-14 Thread Ignacio J. Ortega
> From: news [mailto:[EMAIL PROTECTED]]On Behalf Of Costin Manolache > Sent: Monday, October 14, 2002 7:24 PM > I would like to propose a new mailing list. > > The list will be closed to commiters only. The main purpose > will be discussions of security and other special issues. > This should a

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Amy Roh
Costin Manolache wrote: > I would like to propose a new mailing list. > > The list will be closed to commiters only. The main purpose > will be discussions of security and other special issues. > This should avoid [Cc] threads. > > The main target should be active commiters - so it should > sta

Re: [VOTE] tomcat-commiters list

2002-10-14 Thread Remy Maucherat
Costin Manolache wrote: > I would like to propose a new mailing list. > > The list will be closed to commiters only. The main purpose > will be discussions of security and other special issues. > This should avoid [Cc] threads. > > The main target should be active commiters - so it should > sta

DO NOT REPLY [Bug 13606] - Compiler not thread safe

2002-10-14 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_b

RE: [VOTE] tomcat-commiters list

2002-10-14 Thread Mladen Turk
> > The main target should be active commiters - so it should > start empty. > > This is a majority vote. > [x] I agree with the proposal [ ] I don't agree with the proposal MT -- To unsubscribe, e-mail: For additional commands, e-mail:

Configuring TOMCAT 3.3 with IIS 4.0

2002-10-14 Thread Moises Bezerra Menezes
Hi, I am having problems trying to configure TOMCAT 3.3 to work with IIS 4.0, via isapi_redirect.dll When I am doing an upload of a file larger than 100Mbytes I get an 'out of memory' error. I already tried to set the parameters cmd_line= -Xmx256m -Xss64k to the file wrapper.properties. If I r

[VOTE] tomcat-commiters list

2002-10-14 Thread Costin Manolache
I would like to propose a new mailing list. The list will be closed to commiters only. The main purpose will be discussions of security and other special issues. This should avoid [Cc] threads. The main target should be active commiters - so it should start empty. This is a majority vote. [

Re: [5.0] building ?

2002-10-14 Thread Costin Manolache
Remy Maucherat wrote: > No, but: > - my computer is relatively fast (P4m 1.6 these days) > - I'll get a new one a lot faster really soon :) Well, I prefer laptops - and I prefer light over fast. And those things are quite expensive. > But maybe we could work on your updated script (you said it

Re: [5.0] building ?

2002-10-14 Thread Remy Maucherat
Costin Manolache wrote: > Just a small question ( Remy ? ) - what targets do you actually use when > building ? When building to test/develop, the default target. I use "release" to build a binary. > For me it takes forever if I do a build in tomcat5 - it goes and tries > to generate javadoc an

cvs commit: jakarta-tomcat-5/resources catalina-main.manifest

2002-10-14 Thread costin
costin 2002/10/14 10:01:29 Added: resources catalina-main.manifest Log: A small ( experimental ) manifest for the (almost :-) single-jar tomcat5. Revision ChangesPath 1.1 jakarta-tomcat-5/resources/catalina-main.manifest Index: catalina-main.mani

[5.0] building ?

2002-10-14 Thread Costin Manolache
Just a small question ( Remy ? ) - what targets do you actually use when building ? For me it takes forever if I do a build in tomcat5 - it goes and tries to generate javadoc and examples for servlet, it does dozens of calls and 'deployements'. Is there any magic trick to actually recompile on

cvs commit: jakarta-tomcat-5 build2.xml

2002-10-14 Thread costin
costin 2002/10/14 10:00:09 Modified:.build2.xml Log: Update for the recent changes. Revision ChangesPath 1.6 +3 -20 jakarta-tomcat-5/build2.xml Index: build2.xml === RCS file: /ho

DO NOT REPLY [Bug 13606] - Compiler not thread safe

2002-10-14 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_b

DO NOT REPLY [Bug 13606] New: - Compiler not thread safe

2002-10-14 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_b

Re: extends JSP

2002-10-14 Thread Thomas Colin de Verdière
do you know if there are any constraints except these defined in JSP 8.2.4 Thanks for any help or experience Thomas Colin de Verdière wrote: > Hello, > is there any constraints in extending a JSP : > i use <%@ page extends="myjsp" %> > is there any performance issue ? > Thanks > -- Thomas Col

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

2002-10-14 Thread remm
remm2002/10/14 07:44:49 Removed: catalina/src/conf catalina.conf.xml Log: - Removed outdated configuration file. -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resources ImmutableNameNotFoundException.java ProxyDirContext.java

2002-10-14 Thread remm
remm2002/10/14 07:31:23 Modified:catalina/src/share/org/apache/naming/resources ProxyDirContext.java Added: catalina/src/share/org/apache/naming/resources ImmutableNameNotFoundException.java Log: - Port patch. - Save on N

extends JSP

2002-10-14 Thread Thomas Colin de Verdière
Hello, is there any constraints in extending a JSP : i use <%@ page extends="myjsp" %> is there any performance issue ? Thanks -- Thomas Colin de Verdière SCORT http://www.scort.com -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 13597] New: - ClassCastException in

2002-10-14 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_b

DO NOT REPLY [Bug 13595] - Tomcat doesn't start when examples aren't installed

2002-10-14 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_b

DO NOT REPLY [Bug 13595] New: - Tomcat doesn't start when examples aren't installed

2002-10-14 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_b

Re: POSSIBLE BUG in isSecure method

2002-10-14 Thread Remy Maucherat
Tero Piirainen wrote: > This happened with me on Linux & Tomcat 4.0.6 > > java.lang.NullPointerException > at >org.apache.coyote.tomcat4.CoyoteRequestFacade.isSecure(CoyoteRequestFacade.java:254) > at >javax.servlet.ServletRequestWrapper.isSecure(ServletRequestWrapper.java:376)

POSSIBLE BUG in isSecure method

2002-10-14 Thread Tero Piirainen
This happened with me on Linux & Tomcat 4.0.6 java.lang.NullPointerException at org.apache.coyote.tomcat4.CoyoteRequestFacade.isSecure(CoyoteRequestFacade.java:254) at javax.servlet.ServletRequestWrapper.isSecure(ServletRequestWrapper.java:376) at wsoy.commerce.DbLogger.l

DO NOT REPLY [Bug 13538] - Cannot set relative path in <%@include ... %>directive

2002-10-14 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_b

DO NOT REPLY [Bug 13583] - Relative includes/forwards with ../s broken

2002-10-14 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_b

DO NOT REPLY [Bug 13583] - Relative includes/forwards with ../s broken

2002-10-14 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_b

cvs commit: jakarta-tomcat-5 build.xml

2002-10-14 Thread remm
remm2002/10/14 02:25:08 Modified:.build.xml Log: - Should fix release target. Revision ChangesPath 1.43 +6 -6 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cv

DO NOT REPLY [Bug 13392] - When tag pooling is enabled, release() is not called on tag instances

2002-10-14 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_b

DO NOT REPLY [Bug 13194] - refreshing JSP containing a body tag gives problem on alternate refresh

2002-10-14 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_b

DO NOT REPLY [Bug 13392] - When tag pooling is enabled, release() is not called on tag instances

2002-10-14 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_b

DO NOT REPLY [Bug 13570] - tag pooling not working

2002-10-14 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_b

DO NOT REPLY [Bug 13583] - Relative includes/forwards with ../s broken

2002-10-14 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_b

DO NOT REPLY [Bug 13538] - Cannot set relative path in <%@include ... %>directive

2002-10-14 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_b

DO NOT REPLY [Bug 13570] - tag pooling not working

2002-10-14 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_b

DO NOT REPLY [Bug 13194] - refreshing JSP containing a body tag gives problem on alternate refresh

2002-10-14 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_b