Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardWrapper.java

2003-09-18 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: luehe 2003/09/17 16:26:33 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java Log: Fix for Bugtraq 4924326 (JMX registrations of servlets that map to the same jsp-file use the same name) There was also a

DO NOT REPLY [Bug 23180] - Deadlock in WebAppClassLoader

2003-09-18 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=23180. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 23180] - Deadlock in classloader while loading JSSE

2003-09-18 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=23180. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] 5.0.12 stability rating

2003-09-18 Thread Remy Maucherat
Remy Maucherat wrote: I didn't get futher reports concerning bug 21763 (and related), so I assume this means things improved. It would be a good idea to release a new 4.1.28 build once this is confirmed to also provide a fix for Tomcat 4.1.x. I've had some updates on this: - Rex Young

Re: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-18 Thread Henri Gomez
Larry Isaacs a écrit : Hi Henri, The software I work on in my day job has finally reached lockdown. Only documentation tasks remain. I'll try to get up to speed with with where things stand and begin working on a release plan this week. Sorry for the long delay. Ok, what do you think about

Cleaning import in JTC

2003-09-18 Thread Henri Gomez
I've got some time (and eclipse help) to work on cleaning imports. I'd like to start by jakarta-tomcat-connectors. Any objections ? Larry Isaacs a écrit : Hi Henri, The software I work on in my day job has finally reached lockdown. Only documentation tasks remain. I'll try to get up to

Re: Cleaning import in JTC

2003-09-18 Thread Remy Maucherat
Henri Gomez wrote: I've got some time (and eclipse help) to work on cleaning imports. I'd like to start by jakarta-tomcat-connectors. Any objections ? The HEAD should be clean. IMO, that's all that counts, since I think it wouldn't be a good idea to mess up the diffs on the maintenance branch

DO NOT REPLY [Bug 23180] - Deadlock in classloader while loading JSSE

2003-09-18 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=23180. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Duplicate Sessions Tomcat 4.1.24

2003-09-18 Thread Andy Chapman
I have a deployed web app with a medium size user base (~500) which recently went live. The app relies on the session to retrieve user information. The session usage is simply to store a couple of ids (Strings) and retrieve them from the session to lookup data. This all works perfectly with a

Re: Duplicate Sessions Tomcat 4.1.24

2003-09-18 Thread Remy Maucherat
Andy Chapman wrote: I have a deployed web app with a medium size user base (~500) which recently went live. The app relies on the session to retrieve user information. The session usage is simply to store a couple of ids (Strings) and retrieve them from the session to lookup data. This all works

RE: Duplicate Sessions Tomcat 4.1.24

2003-09-18 Thread Andy Chapman
Thanks Remy, I knew something as major as this would have surfaced and been fixed eons ago. However there is something here. After more brain-racking, a vital piece of the jigsaw has come to light. The app was updated at a suspiciously similar time to when the problem was reported. We use an ant

Re: Duplicate Sessions Tomcat 4.1.24

2003-09-18 Thread Remy Maucherat
Andy Chapman wrote: Thanks Remy, I knew something as major as this would have surfaced and been fixed eons ago. However there is something here. After more brain-racking, a vital piece of the jigsaw has come to light. The app was updated at a suspiciously similar time to when the problem was

Help, jsessionid

2003-09-18 Thread Rajesh Navar
Hi Use JBoss with Tomcat 4.1. We keep getting jsessionid in the URL's. Members have to accept cookies for our app to work. So how do we disable the jsessionid stuff showing up in the URL. Thanks Rajesh Rajesh Navar Founder, President CEO LiveDeal, Inc 953 Industrial Avenue, Suite 125 Palo

DO NOT REPLY [Bug 23233] - Dynfunctioning of the translation from JSP to Java

2003-09-18 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=23233. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

build failure - tomcat 3.2.3

2003-09-18 Thread Luda Carmon
Hello, I'm trying to build tomcat 3.2.3 on hpux 11.i with java1.4. #ant webapps and get the following error ( end of output ): [javac] symbol : class Context [javac] location: class ContextAdmin [javac] Context context = new Context(); [javac] ^ [javac]

RE: [PATCH] fix compression=on option on coyote connector

2003-09-18 Thread Steve Appling
OK - here's a simple patch that just fixes the problem and doesn't change anything controversial :) I will be glad to make the changes to include two new attributes on the connector to specify the list of uncompressible mime types and uncompressible user agents if a committer is willing to

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java

2003-09-18 Thread hgomez
hgomez 2003/09/18 09:09:16 Modified:util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java Log: Clean Import, the first one Revision ChangesPath 1.18 +15 -10 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/PoolTcpEndpoint.java Index:

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net ServerSocketFactory.java

2003-09-18 Thread hgomez
hgomez 2003/09/18 09:10:46 Modified:util/java/org/apache/tomcat/util/net/puretls PureTLSSocketFactory.java PureTLSImplementation.java PureTLSSupport.java PureTLSSocket.java

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat3 CoyoteInterceptor2.java Tomcat3Adapter.java Tomcat3Request.java Tomcat3Response.java

2003-09-18 Thread hgomez
hgomez 2003/09/18 09:13:57 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteInputStream.java CoyoteServerSocketFactory.java Constants.java CoyoteOutputStream.java OutputBuffer.java

Re: [VOTE] 5.0.12 stability rating

2003-09-18 Thread Jean-Francois Arcand
Remy Maucherat wrote: ballot [ ] Alpha [X ] Beta /ballot -- Jeanfrancois - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java JkCoyoteHandler.java

2003-09-18 Thread hgomez
hgomez 2003/09/18 09:21:02 Modified:jk/java/org/apache/jk/common Shm.java JniHandler.java MsgAjp.java ChannelShm.java WorkerDummy.java ChannelUn.java ChannelJni.java jk/java/org/apache/ajp/tomcat4 Ajp13Processor.java

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java JkCoyoteHandler.java

2003-09-18 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: hgomez 2003/09/18 09:21:02 Modified:jk/java/org/apache/jk/common Shm.java JniHandler.java MsgAjp.java ChannelShm.java WorkerDummy.java ChannelUn.java ChannelJni.java jk/java/org/apache/ajp/tomcat4

Temporary (for development) CLASSPATH problem (tomcat 4)

2003-09-18 Thread Peter Swulius
I know Tomcat expects the classes for a given web-app to be here: /webapps/myApplication/WEB-INF/classes or, wherever I point server.xml to: C:/stuff/myApplication/WEB-INF/classes but what if I want /myApplication to exist on a network drive (source control), and my classes for that

RE: Temporary (for development) CLASSPATH problem (tomcat 4)

2003-09-18 Thread Mark Thomas
How about using ant to compile and deploy your application? This would enable you to have complete control over the locations of your source files, your compilied classes and the war file. Mark On Thursday, September 18, 2003 6:45 PM, Peter Swulius [SMTP:[EMAIL PROTECTED] wrote: File:

[patch] wrong rx to invalid url

2003-09-18 Thread Keith Wannamaker
I'd like to commit something along these lines to the v4 and v5 CoyoteAdaptors: --- coyote/src/java/org/apache/coyote/tomcat4/CoyoteAdapter.java16 Mar 2003 01:56:27 - 1.13.2.3 +++ coyote/src/java/org/apache/coyote/tomcat4/CoyoteAdapter.java18 Sep 2003 19:45:09 - @@

Re: [patch] wrong rx to invalid url

2003-09-18 Thread Remy Maucherat
Keith Wannamaker wrote: I'd like to commit something along these lines to the v4 and v5 CoyoteAdaptors: --- coyote/src/java/org/apache/coyote/tomcat4/CoyoteAdapter.java16 Mar 2003 01:56:27 - 1.13.2.3 +++ coyote/src/java/org/apache/coyote/tomcat4/CoyoteAdapter.java18 Sep

ManagerServlet undeploy

2003-09-18 Thread Amy Roh
Undeploy fails for any app that's not installed under webapps directory. For example, an attempt to undeploy /admin will fail with Cannot undeploy document base for path /admin because of the following lines from ManagerServlet line 1384 // Validate the docBase path of this

RE: [patch] wrong rx to invalid url

2003-09-18 Thread Keith Wannamaker
Yes it can be, good catch. Keith | -Original Message- | From: Remy Maucherat [mailto:[EMAIL PROTECTED] | Sent: Thursday, September 18, 2003 4:07 PM | To: Tomcat Developers List | Subject: Re: [patch] wrong rx to invalid url | | | Keith Wannamaker wrote: | | I'd like to commit

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java

2003-09-18 Thread keith
keith 2003/09/18 13:53:01 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java Log: Respond 400 to requests which contain '%' with no or invalid trailing hex digits Revision ChangesPath 1.20 +11 -5

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardWrapper.java

2003-09-18 Thread Jan Luehe
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: luehe 2003/09/17 16:26:33 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java Log: Fix for Bugtraq 4924326 (JMX registrations of servlets that map to the same jsp-file use the same

cvs commit: jakarta-tomcat-catalina/catalina/src/bin setclasspath.sh

2003-09-18 Thread kinman
kinman 2003/09/18 14:04:51 Modified:catalina/src/bin setclasspath.sh Log: - Fix so I can debug tomcat on Unix again. Revision ChangesPath 1.6 +2 -2 jakarta-tomcat-catalina/catalina/src/bin/setclasspath.sh Index: setclasspath.sh

Re: [patch] wrong rx to invalid url

2003-09-18 Thread Bill Barker
+1 From me as well. - Original Message - From: Keith Wannamaker [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, September 18, 2003 1:24 PM Subject: RE: [patch] wrong rx to invalid url Yes it can be, good catch. Keith | -Original Message- |

Re: ManagerServlet undeploy

2003-09-18 Thread Glenn Nielsen
This is required for when the web app is not run from a war but unpacked into the appDir for the Host. I think it is a reasonable restriction to require that a web application be placed in the appDir configured for the Host. When you are running with the SecurityManager this can make setting the

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

2003-09-18 Thread keith
keith 2003/09/18 15:20:51 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java Log: Respond 400 to requests which contain '%' with no or invalid trailing hex digits Revision ChangesPath 1.13 +11 -5

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

2003-09-18 Thread Keith Wannamaker
I been unsuccessful all afternoon at building j-t-catalina, and end-of-day has caught me. If this commit gives anyone fits, let me know and I'll be glad to roll it back. Keith | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] | Sent: Thursday, September 18, 2003

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

2003-09-18 Thread luehe
luehe 2003/09/18 15:50:08 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequest.java Log: Separated JSESSION cookie configuration into its own method, which may be overridden Revision ChangesPath 1.17 +26 -15

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

2003-09-18 Thread kinman
kinman 2003/09/18 16:12:39 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: - When adjusting Java lines for tag handler codes that are generated in a body, make sure to include the CustomTag node itself. This avoid strange Smap mappings in some

[PATCH] jakarta-servletapi-5: API update

2003-09-18 Thread Yuta Yoshida
Hi, The attached file is to update the Servlet 2.4 API. Changes are synchronizing with the latest specification and fixing a typo and a bad indentation. All semantics stay the same. o Fix typo and indentation:

DO NOT REPLY [Bug 22058] - incorrect JSP compilation

2003-09-18 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=22058. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: ManagerServlet undeploy

2003-09-18 Thread Remy Maucherat
Amy Roh wrote: Undeploy fails for any app that's not installed under webapps directory. For example, an attempt to undeploy /admin will fail with Cannot undeploy document base for path /admin because of the following lines from ManagerServlet line 1384 // Validate the docBase path