[TC 4.0 beta 3] Decode any UTF8-URL-encoded URI.

2001-05-02 Thread Pilho Kim
Hi, I have mentioned about URI with multibyte characters from a long time ago. Please check http://www.javaclue.org/tomcat/ Regards, Kim

Relase 3.3 status

2001-05-02 Thread Antony Bowesman
Does anyone have schedules for 3.3 release. Current release plan shows 3.3 final release as at Apr 5. Rgds Antony -- Antony Bowesman Teamware Group [EMAIL PROTECTED] tel: +358 9 5128 2562 fax: +358 9 5128 2705

RE: Solaris Sparc Performance Problem

2001-05-02 Thread Douglas E. Hornig
I ran truss and it generated a ton of stuff that I frankly had trouble making much sense of. My approach for now is to work with some Sun engineers to try to get to the bottom of it. So far they have suggested trying the latest JDK (J2SE 1.3.1 RC2), and passing the requests through apache

RE: Tomcat 3.2.2 beta 4

2001-05-02 Thread Marc Saegesser
Glenn, Costin, If Glenn is OK with it (since its his security manager stuff thats affected) then I'm OK with it. The class your talking about are the ones in the org.apache.tomcat.util.compat package in the TC3.3 source, right? I'm stuck in an all day meeting today (ouch) and then I've got to

RE: Solaris Sparc Performance Problem

2001-05-02 Thread Tomas Rokicki
It might be Nagle's algorithm on one of the sockets involved. A simple test with snoop should show precisely where the delay is coming from. -tom -Original Message- From: Douglas E. Hornig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 3:42 AM To: [EMAIL PROTECTED] Subject:

Re: TC4 B3: Filters and Load Order bug?

2001-05-02 Thread Craig R. McClanahan
On Wed, 2 May 2001, Philippe Khalife wrote: This is a question about Servlet Specification Vs Implementation details. Yah, there is always an interesting space between those two ... :-) The filters mappings are applied as per specifications, and in order. However when initialized by

Re: Handler Thread Problem

2001-05-02 Thread kevin seguin
can you provide some more info? like, tomcat version, os, etc.? i want to say i saw something like this a long time ago, and it was a problem in mod_jk somewhere. but trying to remember past last week is difficult at best :) Ben Sifuentes wrote: Can somebody take the time to help me figure

Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Ana
Hi, We think we have discovered an error. We call the include method of the RequestDispatcher from a servlet. Then, we call the setAttribute method of the request object of the included JSP. If we call the getAttribute method of the request object in the servlet (after the include call),

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util PrefixMapper.java

2001-05-02 Thread costin
costin 01/05/02 10:44:19 Modified:src/share/org/apache/tomcat/util Tag: tomcat_32 PrefixMapper.java Log: Ops, typing error. Revision ChangesPath No revision No revision 1.3.2.4 +4 -4

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/compat Action.java Jdk11Compat.java Jdk12Support.java SimpleClassLoader.java

2001-05-02 Thread costin
costin 01/05/02 10:47:58 Added: src/share/org/apache/tomcat/util/compat Tag: tomcat_32 Action.java Jdk11Compat.java Jdk12Support.java SimpleClassLoader.java Log: Adding the JDK compat package from 3.3. This provide an clean

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util SessionUtil.java

2001-05-02 Thread costin
costin 01/05/02 10:49:42 Modified:src/share/org/apache/tomcat/util Tag: tomcat_32 SessionUtil.java Log: Fixing SessionUtil for JDK1.1 compatibility, using the jdk compat package. The fix is backported from 3.3 ( the difference is that 3.3 avoids static

RE: Tomcat 3.2.2 beta 4

2001-05-02 Thread cmanolache
Done. The code doesn't compile on JDK1.1 ( I can add the excludes for util.compat, but there are other places in the code - compiling on JDK1.1 is not a major requirement, only the ability to run ). Costin On Wed, 2 May 2001, Marc Saegesser wrote: Glenn, Costin, If Glenn is OK with it

Re: cvs commit: jakarta-tomcat/proposals/build2/ant tomcat.jsp

2001-05-02 Thread cmanolache
Hi Casey, Sorry, I have too many things for now - the web based build is going to wait a bit. If you could check in the changes, great.( I hope you got the commit access ) BTW, I have few ideas for the pooling in jasper34 ( I would like to make the pool pluggable, and managed by the container

RE: Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Charles Chen
RequestDispatcher.forward() returns immediately BUT the JSP page has not been processed yet! The JSP page will only be processed after the servlet finishes the work, i.e., your doGet or doPost returns. Therefore, there is no way to access attributes in the JSP page inside the calling servlet.

Re: Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Craig R. McClanahan
On Wed, 2 May 2001, Ana wrote: Hi, We think we have discovered an error. We call the include method of the RequestDispatcher from a servlet. Then, we call the setAttribute method of the request object of the included JSP. If we call the getAttribute method of the request object in

Server: Apache1.3.19 Interface: mod_ssl2.8.2 Library: OpenSSL0.9.6a + tom-cat3.2.1

2001-05-02 Thread Júlio Adrian Miño Van Helden
Hi folks, i installed apache1.3.19 + mod_ssl + mod_jk on windows 2000. The first problem was with the binarie mod_jk for win32 i get in tomcat homepage. When i include it in my httpd.conf the follow message is send to me: [warn] Loaded DSO modules/mod_jk.dll uses plain Apache 1.3 API, this

Re: Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Remy Maucherat
On Wed, 2 May 2001, Ana wrote: Hi, We think we have discovered an error. We call the include method of the RequestDispatcher from a servlet. Then, we call the setAttribute method of the request object of the included JSP. If we call the getAttribute method of the request object in

Re: Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Craig R. McClanahan
On Wed, 2 May 2001, Remy Maucherat wrote: On Wed, 2 May 2001, Ana wrote: Hi, We think we have discovered an error. We call the include method of the RequestDispatcher from a servlet. Then, we call the setAttribute method of the request object of the included JSP. If we call

Tomcat 4 native compnents

2001-05-02 Thread Dave Oxley
I have been trying to get mod_webapp compiling under Win32. I have failed because of the following problems: 1. wa_general.h is missing! 2. apr_main.h is not part of the standard apr distribution available from http://apr.apache.org. Because of these 2 problems I didn't get too far, but a few