BodyContentImpl performance proposal

2002-10-21 Thread Robert_McDermid
I've been looking at the code for this class and noticed that the scheme for growing the buffer size is pretty inefficient. Basically it has an 8K buffer and when that buffer is exceeded, it allocates a new buffer 8K bigger and arraycopy's the old buffer into it. In a tag with a large body (say

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet JasperLoader.java

2002-10-21 Thread luehe
luehe 2002/10/21 11:44:01 Modified:jasper2/src/share/org/apache/jasper JspC.java JspCompilationContext.java jasper2/src/share/org/apache/jasper/servlet JasperLoader.java Log: Reduced visibility of fields/methods where

RE: Bug 13658

2002-10-21 Thread Larry Isaacs
IMHO, the 1.1 requirement is by virtue of Tomcat 3.3 being a reference implementation for the Servlet 2.2/JSP 1.1 specs. I don't think all of Tomcat 3.3's features have to run under 1.1. Especially new features that come after 3 major JVM versions and almost two Servlet spec versions. I'm not in

DO NOT REPLY [Bug 13723] - Bootstrap: Class loader creation threw exception

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

DO NOT REPLY [Bug 13827] New: - mod_jk load balancing does not set proper JSESSIONID with tomcat 4.x

2002-10-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13827. 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/runtime JspFactoryImpl.java

2002-10-21 Thread luehe
luehe 2002/10/21 12:10:55 Modified:jasper2/src/share/org/apache/jasper/runtime JspFactoryImpl.java Log: Reduced visibility of fields/methods where appropriate Revision ChangesPath 1.2 +99 -96

[Off-topic] FYI Xerces 2.2

2002-10-21 Thread Jean-Francois Arcand
HI, just a quick update with Xerces 2.2. Two weeks ago, I tough I've found the problem Tomcat was having with Xerces 2,2 (by replacing struts.jar file with the 1.1 beta version, the bug did not show up again). I did some tests last week and the bug starts to re-appear, but not all the time

Re: Bugzilla bug # 11501...

2002-10-21 Thread Matthew Hamre
I'm not sure if this is the appropriate alias for this question. If not, please point me to the correct forum and I'll ask my question there. I'd really really really appreciate it if someone got back to me either way... Matthew Hamre wrote: I'm running into the problem outlined in bug # 11501.

Re: [VOTE] New Committer John Turner

2002-10-21 Thread Remy Maucherat
Mladen Turk wrote: Hi, I'd like to propose John Turner [Jturner at AAS.com] as a new Tomcat committer. He does a great job in helping people on tomcat-users list, and he is willing to help us writing docs, testing, etc. +1. Much needed help in those areas :) Remy -- To unsubscribe,

RE: [PROPOSAL] JK2 uriMap using native regex

2002-10-21 Thread Costin Manolache
Mladen Turk wrote: -Original Message- From: Henri Gomez I would rather pick one and use it, and deal with the build problems. Probably we should just use what apache uses, it seems like a reusable piece of code. Other opinions ? We should use a regexp

RE: [PROPOSAL] JK2 uriMap using native regex

2002-10-21 Thread Mladen Turk
-Original Message- From: Henri Gomez I would rather pick one and use it, and deal with the build problems. Probably we should just use what apache uses, it seems like a reusable piece of code. Other opinions ? We should use a regexp implementation which use a

Re: mime settings for SVG in TC4/5 ?

2002-10-21 Thread Henri Gomez
I didn't see the mime settings for SVG format in TC 4/5 (and didn't see it also on Apache 1.3/2.0). I added the following : image/svg+xml svg image/svg+xml svgz More info from new http list : http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12241 Regards -- To unsubscribe, e-mail:

Re: mime settings for SVG in TC4/5 ?

2002-10-21 Thread Bill Barker
- Original Message - From: Henri Gomez [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Monday, October 21, 2002 1:46 AM Subject: Re: mime settings for SVG in TC4/5 ? Henri Gomez wrote: I didn't see the mime settings for SVG format in TC 4/5 (and didn't see it

Re: [PROPOSAL] JK2 uriMap using native regex

2002-10-21 Thread Henri Gomez
Costin Manolache wrote: Something like that was discussed on commons ( I think ). The problem seems to be that different regex packages use different rules ( Perl-like, etc ), there is not standard syntax for regexp. That means the behavior would be dependent on which regexp engine is used.

DO NOT REPLY [Bug 3888] - WebappClassLoader: Lifecycle error : CL stopped

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

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

2002-10-21 Thread hgomez
hgomez 2002/10/21 01:32:51 Modified:catalina/src/conf web.xml Log: Add SVG mime type Revision ChangesPath 1.45 +8 -0 jakarta-tomcat-4.0/catalina/src/conf/web.xml Index: web.xml === RCS

mime settings for SVG in TC4/5 ?

2002-10-21 Thread Henri Gomez
I didn't see the mime settings for SVG format in TC 4/5 (and didn't see it also on Apache 1.3/2.0). I added the following : image/svg+xml svg image/svg+xml svgz I'll send a mail to new httpd team. Regards -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For

IIS JK Connector.

2002-10-21 Thread Steven Velez
I have run in to a problem using the JK (version 1) connector for IIS in conjunction with an ISAPI filter put out in closed source. Basically, this other filter randomly deletes request headers for some reason and that interrupts the communication between the filter and the extension that

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

2002-10-21 Thread hgomez
hgomez 2002/10/21 01:40:37 Modified:catalina/src/conf web.xml Log: Add SVG mime type Revision ChangesPath 1.6 +8 -0 jakarta-tomcat-catalina/catalina/src/conf/web.xml Index: web.xml ===

The JNDIRealm

2002-10-21 Thread Fredrik Westermarck
Hi! On the 27th Sep I posted a patch regarding JNDIRealm and SSL (http://www.mail-archive.com/tomcat-dev;jakarta.apache.org/msg34121.html). When I didn't get any feedback on the patch for a couple of weeks I sent a followup to try to remaind the tomcat developer community of the existance of

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet ServletEngine.java TomcatServletEngine.java

2002-10-21 Thread luehe
luehe 2002/10/21 11:09:43 Removed: jasper2/src/share/org/apache/jasper/servlet ServletEngine.java TomcatServletEngine.java Log: Removed redundant files -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands,

DO NOT REPLY [Bug 13533] - JSPs compiled inconsistently

2002-10-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13533. 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/runtime HttpJspBase.java

2002-10-21 Thread luehe
luehe 2002/10/21 15:50:05 Modified:jasper2/src/share/org/apache/jasper/runtime HttpJspBase.java Log: Removed 'pageContext' field (already gets declared by the generated servlet) Revision ChangesPath 1.5 +1 -2

DO NOT REPLY [Bug 10138] - pageContext declaration should be removed from HttpJspBase

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

DO NOT REPLY [Bug 13832] New: - handshake security error when user accessing http://localhost:8443

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

DO NOT REPLY [Bug 13833] New: - Webapp install/start failures not reported by Deployer install operation

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

DO NOT REPLY [Bug 13834] New: - JSP pages under Tomcat 4.1.12 fail to find class files in jar

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

DO NOT REPLY [Bug 13834] - JSP pages under Tomcat 4.1.12 fail to find class files in jar

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

DO NOT REPLY [Bug 13834] - JSP pages under Tomcat 4.1.12 fail to find class files in jar

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

Re: The JNDIRealm

2002-10-21 Thread ?????? ???????
Hi! On this subject already wrote Fredrik Westermarck. I concerning JNDIRealm. Unfortunately I am not yet commiter, therefore of powerful contribution bring I can not. Usage SSL in JNDIRealm is a urgent subject - we use it for authentification of the users registered in Novell NDS - and the

DO NOT REPLY [Bug 3888] - WebappClassLoader: Lifecycle error : CL stopped

2002-10-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3888. 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 JspDocumentParser.java Node.java SmapUtil.java

2002-10-21 Thread luehe
luehe 2002/10/21 20:00:20 Modified:jasper2/src/share/org/apache/jasper/compiler JspDocumentParser.java Node.java SmapUtil.java Log: Added support for prelude and coda to JSP documents Revision ChangesPath 1.20 +79 -31

DO NOT REPLY [Bug 3888] - WebappClassLoader: Lifecycle error : CL stopped

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

DO NOT REPLY [Bug 3888] - WebappClassLoader: Lifecycle error : CL stopped

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

Re: [Off-topic] FYI Xerces 2.2

2002-10-21 Thread Henri Gomez
Jean-Francois Arcand wrote: HI, just a quick update with Xerces 2.2. Two weeks ago, I tough I've found the problem Tomcat was having with Xerces 2,2 (by replacing struts.jar file with the 1.1 beta version, the bug did not show up again). I did some tests last week and the bug starts to

Re: IIS JK Connector.

2002-10-21 Thread Henri Gomez
Steven Velez wrote: I have run in to a problem using the JK (version 1) connector for IIS in conjunction with an ISAPI filter put out in closed source. Basically, this other filter randomly deletes request headers for some reason and that interrupts the communication between the filter and the

DO NOT REPLY [Bug 13827] - mod_jk load balancing does not set proper JSESSIONID with tomcat 4.x

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

RE: IIS JK Connector.

2002-10-21 Thread Mladen Turk
-Original Message- From: Henri Gomez The place is on apache.org, coding standards. http://www.apache.org/dev/styleguide.html So why don't we follow that ;). MT. -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail:

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

2002-10-21 Thread hgomez
hgomez 2002/10/21 23:25:01 Modified:util/java/org/apache/tomcat/util/http MimeMap.java Log: Add more MIME type, xml/xsl/wml/svg related Revision ChangesPath 1.2 +13 -1 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/MimeMap.java Index: