Re: "Modern" compilation

2000-10-23 Thread Patrick Beard
At 6:40 PM -0700 10/23/2000, Arun Katkere wrote: >While trying to figure out why exactly is Jasper page loading dog slow >(initial compilation is very slow, most time spent in Zip file read, and >page load is slow because of secure session id initialization), I noticed >that Tomcat still uses "cla

Re: "Modern" compilation

2000-10-23 Thread casper mdb
Arun Katkere <[EMAIL PROTECTED]> wrote > > Great software, but it is not easy to convince that to folks used to near > instantaneous page compilation/load times of JServ/GNUJSP/jikes combo that > Tomcat is the greatest thing out there when they sit waiting for 30-45 > seconds waiting for pag

"Modern" compilation

2000-10-23 Thread Arun Katkere
While trying to figure out why exactly is Jasper page loading dog slow (initial compilation is very slow, most time spent in Zip file read, and page load is slow because of secure session id initialization), I noticed that Tomcat still uses "classic" javac (sun.tools.javac.Main) instead of "modern

BugRat Report #301 was closed (apparently by: Nick Bauman)

2000-10-23 Thread BugRat Mail System
Report #301 was closed by Person #0 Synopsis: java.awt package (logged in as: Nick Bauman) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[BUG TACKING] BugRat searches improved

2000-10-23 Thread Nick Bauman
Hello all, BugRat is no longer as slow as a constipated Nepalese yak herder. (pardon to all my yak-herding friends from Nepal) Searches now return before you have to get up and shave. Sorry for the inconvienience. -Nick - T

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler ForwardGenerator.java IncludeGenerator.java

2000-10-23 Thread pierred
pierred 00/10/23 17:38:00 Modified:jasper/src/share/org/apache/jasper/compiler ForwardGenerator.java IncludeGenerator.java Log: Bug fix: make sure params is not null before checking its size Revision ChangesPath 1.3 +4 -4 jakarta-tomca

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java

2000-10-23 Thread pierred
pierred 00/10/23 14:19:57 Modified:jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java Log: Better error message when an included file is not found. Revision ChangesPath 1.7 +9 -4 jakarta-tomcat-4.0/jasper/src/share/

Re: Policy based Security in Tomcat 3.1

2000-10-23 Thread Glenn Nielsen
Tomcat support for policy based security was added after 3.1, and is available in the 3.2 release candidate. Regards, Glenn Gino Cerro Jr wrote: > > Hello everybody, > > It seems to me that there's no Policy Base Security support via a > SecurityManager implementation in Tomcat. Am I wrong?

Policy based Security in Tomcat 3.1

2000-10-23 Thread Gino Cerro Jr
Hello everybody, It seems to me that there's no Policy Base Security support via a SecurityManager implementation in Tomcat. Am I wrong? I have some code that calls getProtectionDomain() from the Class class. When it is used from Tomcat 3.1, the method returns NULL and when it's used from the J

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ContextManager.java

2000-10-23 Thread Nacho
Sorry, forget to name the original Submitter was : Andrew Sudell [[EMAIL PROTECTED]] Saludos , Ignacio J. Ortega > -Mensaje original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 23 de octubre de 2000 18:56 > Para: [EMAIL PROTECTED] > Asunto: cvs commit: jak

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ContextManager.java

2000-10-23 Thread nacho
nacho 00/10/23 09:55:51 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 ContextManager.java Log: Allowing to compile under jdk 1.1 Revision ChangesPath No revision No revision 1.100.2.

BugRat Report #110 - entire org.apache.tomcat.util package locks up under load

2000-10-23 Thread BugRat Mail System
- Sender's Comment - Here is an odd one - End Of Sender's Comment --- Report URL: Report #110 Details Project: Tomcat Category: Feature Requests SubCategory: Enhancement Class: swbug State: lin

Re: Tomcat 3.2 release?

2000-10-23 Thread [EMAIL PROTECTED]
On Mon, 23 Oct 2000, Graham Wright wrote: > We are about to enter the final test phase of a project which we would > like to run against a release version of 3.2. > > Is there any information on when the release will be built? > > > thanks > Graham Wright > there are still problems with se

Re: Tomcat 3.2 release?

2000-10-23 Thread Sam Ruby/Raleigh/IBM
Graham Wright wrote: > > We are about to enter the final test phase of a > project which we would like to run against a > release version of 3.2. > > Is there any information on when the release > will be built? I'm building it now I saw the report where a change was made that precluded runni

BugRat Report #301 has been filed.

2000-10-23 Thread BugRat Mail System
Bug report #301 has just been filed. You can view the report at the following URL: REPORT #301 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: low Severity: non-cr

Tomcat 3.2 release?

2000-10-23 Thread Graham Wright
We are about to enter the final test phase of a project which we would like to run against a release version of 3.2. Is there any information on when the release will be built? thanks Graham Wright - To unsubscribe, e-mail:

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core ApplicationFilterChain.java ApplicationFilterConfig.java LocalStrings.properties StandardContext.java StandardWrapperValve.java ApplicationFilterWrapper.java

2000-10-23 Thread Bob Jamison
[EMAIL PROTECTED] wrote: > craigmcc00/10/22 02:55:54 I just noticed the time-of-day on the message, and the CVS time. You need to get some sleep, guy! ;-) Bob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

BugRat Report #300 has been filed.

2000-10-23 Thread BugRat Mail System
Bug report #300 has just been filed. You can view the report at the following URL: REPORT #300 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: non

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup Main.java

2000-10-23 Thread nacho
nacho 00/10/23 08:17:58 Modified:src/share/org/apache/tomcat/request JDBCRealm.java SimpleRealm.java src/share/org/apache/tomcat/startup Main.java Log: Porting a patch done for 3.2, into the main branch, it solves a bug in authorization han

BugRat Report #299 has been filed.

2000-10-23 Thread BugRat Mail System
Bug report #299 has just been filed. You can view the report at the following URL: REPORT #299 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serio

RE: building Tomcat 3.2 on JDK 1.1

2000-10-23 Thread Nacho
Thanks for the patch i'll commit it ASAP, i think tomcat 3.2 is not suppoused to build on JDK 1.1, some time ago this issue was discussed on Tomcat-dev and the result was 3.x is built on jdk 1.2 and can run on 1.1 and tomcat 4.x only runs on 1.2 and up, but your patch it's needed to be able to

BugRat Report #296 has been filed.

2000-10-23 Thread BugRat Mail System
Bug report #296 has just been filed. You can view the report at the following URL: REPORT #296 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: non

BugRat Report #295 was closed (apparently by: Ignacio Ortega)

2000-10-23 Thread BugRat Mail System
Report #295 was closed by Person #0 Synopsis: Very serious BASIC authentication failure mode (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

BugRat Report #294 was closed (apparently by: Ignacio Ortega)

2000-10-23 Thread BugRat Mail System
Report #294 was closed by Person #0 Synopsis: Very serious BASIC authentication failure mode (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]