You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/08/28 22:10:14 UTC

BugRat Report #46 has been filed.

Bug report #46 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/46>

REPORT #46 Details.

Project: Jasper
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: Tomcat 3.1
   JVM Release: any
   Operating System: any
   OS Release: any
   Platform: any

Synopsis: 
Jsp compilation process not concurrency safe

Description:
The Jasper JSP compiler is not threadsafe. Hit a fresh JSP
page with multiple concurrent requests. Chances are high to
receive 500 internal server errors. In tomcat.log, JasperExceptions
such as "cannot rename class file" can be found.