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

2002-05-30 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 11:14 PM Subject: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Compiler.java > remm02/05/29 23:14:41 > > Modified:jasper2/src/share/org/ap

DO NOT REPLY [Bug 9516] New: - Filter.doFilter(): program flow does not survive chain.doFilter() when using RequestDispatcher.include() before

2002-05-30 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

catalina/build.xml JDK1.4.0 and Ant 1.5Beta1

2002-05-30 Thread jean-frederic clere
Hi, I have an error with making "ant dist" when I am using ant1.5Beta1 anf JDK1.4.0. The error is due to the of catalina/build.xml. Why do we need to set build.compiler to classic? The work-around is easy: build.compiler=modern in build.properties ;-) Cheers Jean-frederic +++ build-prepar

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper Constants.java

2002-05-30 Thread peter lin
hey remy, is this patch included in 4.1.3? If so I'll test it out with the JSTL pages I have. peter [EMAIL PROTECTED] wrote: > > remm02/05/29 17:02:35 > > Modified:jasper2/src/share/org/apache/jasper Constants.java > Log: > - The suggested amount was actually 512. > - P

DO NOT REPLY [Bug 9516] - Filter.doFilter(): program flow does not survive chain.doFilter() when using RequestDispatcher.include() before

2002-05-30 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 9519] New: - Preventing Tomcat 4 running under Mac OS X

2002-05-30 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: [4.1.3] Milestone available for testing

2002-05-30 Thread jean-frederic clere
Remy Maucherat wrote: > The 4.1.3 milestone is available for testing. > The vote on how much the build should be publicized will happen later this > week (unless a showstopper bug is found before, in which case a new > milestone will be released). > > Binaries are available at: > http://jakarta.a

Re: [4.1.3] Milestone available for testing

2002-05-30 Thread Remy Maucherat
> Remy Maucherat wrote: > > The 4.1.3 milestone is available for testing. > > The vote on how much the build should be publicized will happen later this > > week (unless a showstopper bug is found before, in which case a new > > milestone will be released). > > > > Binaries are available at: > > h

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper Constants.java

2002-05-30 Thread Remy Maucherat
> hey remy, > > is this patch included in 4.1.3? No. Reusing the buffers and tags is the more interesting optimization. However, it still seemed useless to allocate big buffers, so I applied the patch. > If so I'll test it out with the JSTL > pages I have. Remy -- To unsubscribe, e-mail: <

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper Constants.java

2002-05-30 Thread peter lin
I'll give it a run through later today when I get home. too many things to do at work right now. thanks for the info. peter Remy Maucherat wrote: > > > hey remy, > > > > is this patch included in 4.1.3? > > No. > > Reusing the buffers and tags is the more interesting optimization. However, >

Re: New releases

2002-05-30 Thread costinm
On Thu, 30 May 2002, Lars George wrote: > Does this also mean that the deprecated jk1, which was in exactly the same > code tree does not exist anymore, ie. the current code is jk2 and only that? Of course not. Jk1 still exists in at least 2 places. Again, split by language: - mod_jk1 ( the C s

Re: catalina/build.xml JDK1.4.0 and Ant 1.5Beta1

2002-05-30 Thread costinm
Try ant1.5Beta2 ( or the ant nightly ), it should be fixed now. For tomcat3.3 and all other components that are still maintaining compatibility with JDK1.1 - it is absolutely required we add a 'target=1.1', since code generated by 1.4.0 will _not_ work with JDK1.1 ( or jikes and many other to

Strange servlet behaviour with tomcat 4

2002-05-30 Thread Sergio G . Reus
Hi, We have several web sites based on servlets working with apache 1.3.23 + mod_ssl + tomcat 3.3 + mod_jk. We use an authentication servlet to validate our users into the private part of the sites. We only use SSL to encapsulate the authentication servlet transactions. Now we are trying tomca

Re: [4.1.3] Milestone available for testing

2002-05-30 Thread jean-frederic clere
Remy Maucherat wrote: >>Remy Maucherat wrote: >> >>>The 4.1.3 milestone is available for testing. >>>The vote on how much the build should be publicized will happen later >> > this > >>>week (unless a showstopper bug is found before, in which case a new >>>milestone will be released). >>> >>>Bina

Re: catalina/build.xml JDK1.4.0 and Ant 1.5Beta1

2002-05-30 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: > Try ant1.5Beta2 ( or the ant nightly ), it should be fixed now. > > For tomcat3.3 and all other components that are still maintaining > compatibility with JDK1.1 - it is absolutely required we add a > 'target=1.1', since code generated by 1.4.0 will _not_ work with >

Re: [4.1.3] Milestone available for testing

2002-05-30 Thread jean-frederic clere
Clere, Jean-Frederic wrote: > Remy Maucherat wrote: > >>> Remy Maucherat wrote: >>> The 4.1.3 milestone is available for testing. The vote on how much the build should be publicized will happen later >>> >>> >> this >> week (unless a showstopper bug is found before, in which case a

Re: [4.1.3] Milestone available for testing

2002-05-30 Thread Remy Maucherat
> > It needs role "admin". > > But it was "manager" in TC4.0 :-( No, no, you got it all wrong ;-) - "manager" for the "/manager" webapp - "admin" for the "/admin" webapp > > The admin stuff and the new memory realm insist to write to the conf/ > > folder. You can configure the old memory realm

cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF/cgi test-cgi.pl

2002-05-30 Thread craigmcc
craigmcc02/05/30 09:35:15 Modified:tester/web/WEB-INF/cgi test-cgi.pl Log: Remove Sun license that was mistakenly left on the initial commit. This file has been contributed to the Apache Software Foundation. Revision ChangesPath 1.2 +57 -17jakarta-tomcat-4.0/

cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF/cgi test-cgi.pl

2002-05-30 Thread craigmcc
craigmcc02/05/30 09:36:40 Modified:tester/web/WEB-INF/cgi Tag: tomcat_40_branch test-cgi.pl Log: Replace the Sun license that was mistakenly left on the original commit. This file has been contributed to the Apache Software Foundation. Revision ChangesPath No

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

2002-05-30 Thread manveen
manveen 02/05/30 10:03:01 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Added some missing attributes under JNDIRealm. Revision ChangesPath 1.58 +18 -1 jakarta-tomcat-4.0/catalina/src/share/org/apache

cvs commit: jakarta-tomcat-4.0/webapps/admin/realm jndiRealm.jsp

2002-05-30 Thread manveen
manveen 02/05/30 10:22:04 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm EditRealmAction.java SaveJNDIRealmAction.java webapps/admin/realm jndiRealm.jsp Log: Fix for jndi realm throwing exception while adding a new realm.

Re: catalina/build.xml JDK1.4.0 and Ant 1.5Beta1

2002-05-30 Thread costinm
On Thu, 30 May 2002, jean-frederic clere wrote: > [EMAIL PROTECTED] wrote: > > Try ant1.5Beta2 ( or the ant nightly ), it should be fixed now. > > > > For tomcat3.3 and all other components that are still maintaining > > compatibility with JDK1.1 - it is absolutely required we add a > > 'targe

cvs commit: jakarta-tomcat-4.0/webapps/admin/realm memoryRealm.jsp

2002-05-30 Thread manveen
manveen 02/05/30 10:27:31 Modified:webapps/admin/realm memoryRealm.jsp Log: Realm form name should be memoryRealmForm Revision ChangesPath 1.7 +1 -1 jakarta-tomcat-4.0/webapps/admin/realm/memoryRealm.jsp Index: memoryRealm.jsp ==

PROPOSAL: clientFlush() method

2002-05-30 Thread costinm
Hi, I would like to add a new method to Response. clientFlush() will be called by ServletOutputStream.flush() to notify the container ( and the low level connector ) that the user has explicitely asked for the stream to be flushed. The default impl. will be empty, and in coyote adapter we'll

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-05-30 Thread costin
costin 02/05/30 11:00:56 Modified:jk/native2 build.xml Log: Link jni with APR for hpux and solaris. XXX need to create a is.unix flag - if not win or netware ( or other special cases ). Revision ChangesPath 1.34 +4 -0 jakarta-tomcat-connectors/jk/native2/

DO NOT REPLY [Bug 9526] New: - HttpServletRequest.getHeader(String) yields inconsistent results depending on how the request header was provided to tomcat

2002-05-30 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/include jk_bean.h jk_channel.h jk_shm.h

2002-05-30 Thread costin
costin 02/05/30 11:03:59 Modified:jk/native2/include jk_bean.h jk_channel.h jk_shm.h Log: Added a special flag to indicate that an invoke() operation has a response. This allows as to use JNI_ABORT and discard the buffer for most operations, only few calls need the buffer.

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_apr_socket.c jk_channel.c jk_channel_jni.c jk_channel_socket.c jk_channel_un.c

2002-05-30 Thread costin
costin 02/05/30 11:05:08 Modified:jk/native2/common jk_channel_apr_socket.c jk_channel.c jk_channel_jni.c jk_channel_socket.c jk_channel_un.c Log: Use the common super method for setAttribute. This allows setDisabled() on channel

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c

2002-05-30 Thread costin
costin 02/05/30 11:08:48 Modified:jk/native2/jni jk_jni_aprImpl.c Log: Added a flag to select the byte[] access mechanism. getArrayElements is the fastest - if pinning is supported by the VM. Aparently JDK1.4 doesn't pin, so the performance will go down. getArrayRegion

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

2002-05-30 Thread costin
costin 02/05/30 11:20:49 Modified:jk/native2/common jk_config.c Log: Pass the disabled and debug attributes to the component. Revision ChangesPath 1.24 +24 -7 jakarta-tomcat-connectors/jk/native2/common/jk_config.c Index: jk_config.c

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

2002-05-30 Thread costin
costin 02/05/30 11:21:03 Modified:jk/native2/common jk_shm.c Log: Remove unused code. Revision ChangesPath 1.22 +2 -8 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c ==

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

2002-05-30 Thread costin
costin 02/05/30 11:24:10 Modified:jk/native2/common jk_workerEnv.c jk_worker_ajp13.c Log: If no explicit setAttribute( "logger" ) is configured, use the default server-specific logger. Without this apache native logger will be replaced with the file logger. Also ( to av

Re: JNDI/Webapp ClassLoader Bug (ContextBindings.java), patch (?)attached

2002-05-30 Thread David Haraburda
Hi Remy, Thanks for responding and thanks for adding the patch to 4.1. I do have a question for you though: Looking at the J2EE spec, I can't find anything that says applications shouldn't create ClassLoaders, although you do say it is "implied". I am just wondering, where do you find this imp

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_channel.h

2002-05-30 Thread costin
costin 02/05/30 11:27:16 Modified:jk/native2/include jk_channel.h Log: Ok, a ';' - just to get more commits. Revision ChangesPath 1.15 +1 -1 jakarta-tomcat-connectors/jk/native2/include/jk_channel.h Index: jk_channel.h ==

cvs commit: jakarta-tomcat-4.0/webapps/admin/realm jndiRealm.jsp

2002-05-30 Thread manveen
manveen 02/05/30 11:30:36 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties ApplicationResources_es.properties webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm

DO NOT REPLY [Bug 8992] - IE6/XP: Limitation of POST Area within HTTP request?

2002-05-30 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/isapi isapi.dsp

2002-05-30 Thread nacho
nacho 02/05/30 12:24:04 Modified:jk/native2/server/isapi isapi.dsp Log: * Fixed build with win32 logger at commons.. Revision ChangesPath 1.13 +7 -15 jakarta-tomcat-connectors/jk/native2/server/isapi/isapi.dsp Index: isapi.dsp ==

DO NOT REPLY [Bug 8992] - IE6/XP: Limitation of POST Area within HTTP request?

2002-05-30 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-4.0/webapps/admin/realm jndiRealm.jsp

2002-05-30 Thread manveen
manveen 02/05/30 12:42:23 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties ApplicationResources_es.properties webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm

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

2002-05-30 Thread manveen
manveen 02/05/30 12:43:29 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: add userRoleName attribute to JNDIRealm. Revision ChangesPath 1.59 +6 -1 jakarta-tomcat-4.0/catalina/src/share/org/apache/catal

Re: PROPOSAL: clientFlush() method

2002-05-30 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: "List Tomcat-Dev" <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 10:55 AM Subject: PROPOSAL: clientFlush() method > Hi, > > I would like to add a new method to Response. +1 > > clientFlush() will be called by ServletOutputStream.flu

Re: [4.1.3] Milestone available for testing

2002-05-30 Thread Robert Herrmann
jean-frederic clere said, > I am not able to get the administration tool working (like if the role > "manager" would not be enough to use it (403 and 404 - /admin/j_security_check). I ran into this error for the same reason, the "admin" role was not defined in the tomcat-users.xml database.

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

2002-05-30 Thread remm
remm02/05/30 13:14:29 Modified:catalina/src/share/org/apache/catalina/realm RealmBase.java Log: - Throw LifecycleException instead of ISE, to be cosistent with most other components (I guess we'll harmonize all components on LE, and change the Javadoc). Revision Ch

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

2002-05-30 Thread remm
remm02/05/30 15:12:28 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: - Do web.xml tracking on all contexts if liveDeploy is true (as it has an extremely small performance impact). Revision ChangesPath 1.23

DO NOT REPLY [Bug 9531] New: - 1.0 RC2 - Exception in CoyoteResponseFacade.reset() when hitting error-page

2002-05-30 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 9531] - 1.0 RC2 - Exception in CoyoteResponseFacade.reset() when hitting error-page

2002-05-30 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-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties

2002-05-30 Thread manveen
manveen 02/05/30 16:29:32 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties Log: missing / in . Revision ChangesPath 1.62 +1 -1 jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/

DO NOT REPLY [Bug 9531] - 1.0 RC2 - Exception in CoyoteResponseFacade.reset() when hitting error-page

2002-05-30 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-4.0/catalina/src/share/org/apache/catalina/deploy NamingResources.java

2002-05-30 Thread remm
remm02/05/30 16:44:14 Modified:catalina/src/share/org/apache/catalina/deploy NamingResources.java Log: - The namingResources wasn't properly reset on stop after the addition of the entries hashtable. - Type default to a blank string now for resource

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

2002-05-30 Thread remm
remm2002/05/30 19:53:52 Modified:jasper2/src/share/org/apache/jasper JspEngineContext.java jasper2/src/share/org/apache/jasper/compiler CommandLineCompiler.java Compiler.java Log: - Refactoring part 2. - Remove the need for JavaCompiler (

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

2002-05-30 Thread remm
remm2002/05/30 19:55:21 Modified:catalina/src/share/org/apache/naming ContextBindings.java Log: - Make the JNDI context available from webapp created CL (as long as one of the parents in the hierarchy is the webapp CL). - Patch submitted by David Haraburda Revision

DO NOT REPLY [Bug 9535] New: - There are NO downloadable connectors on the apache build site

2002-05-30 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

2002-05-30 Thread remm
remm2002/05/30 22:13:13 Modified:jasper2/src/share/org/apache/jasper EmbededServletOptions.java JspC.java Options.java jasper2/src/share/org/apache/jasper/compiler Compiler.java Log: - Refactoring part 3. - Remove outdated compiler option

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

2002-05-30 Thread Remy Maucherat
> But I have one question. When the dust settles will I still > be able to configure and use jikes as an external JSP java > source compiler? Looking at the source in Ant, I think if you put "jikes" as the "compiler" parameter, and put the Jikes executable in your path (Ant doesn't support specif

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JavaCompiler.java JikesJavaCompiler.java JspCompiler.java KjcJavaCompiler.java Mangler.java SunJavaCompiler.java

2002-05-30 Thread remm
remm2002/05/30 22:56:17 Removed: jasper2/src/share/org/apache/jasper/compiler JavaCompiler.java JikesJavaCompiler.java JspCompiler.java KjcJavaCompiler.java Mangler.java SunJavaCompiler.java Log: - Refactori

RE: New releases

2002-05-30 Thread Kevin Jones
Sorry to bang on about this, but I wondered if this change would be backed out? Thanks, Kevin Jones Developmentor www.develop.com > -Original Message- > From: Kevin Jones [mailto:[EMAIL PROTECTED]] > Sent: 29 May 2002 17:46 > To: 'Tomcat Developers List' > Subject: RE: New releases >

unsubscribe me

2002-05-30 Thread asim pandey
= asim pandey __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail:

unsubscibe me

2002-05-30 Thread asim pandey
= asim pandey __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: New releases

2002-05-30 Thread Remy Maucherat
> Sorry to bang on about this, but I wondered if this change would be > backed out? Either way, it won't work very well. Backing out the changes look like the better option. Remy -- To unsubscribe, e-mail: For additional commands, e-mail: