Bug report #690 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/690>

REPORT #690 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: Tomcat 3.2.1
   JVM Release: 1.2.2
   Operating System: Windows 2000 Pro
   OS Release: ?
   Platform: Intel

Synopsis: 
jsp compliation error

Description:
The default javasoft/JRE/1.2/lib/security/java.security file restricts use of the sun. 
packages.

Both Tomcat and EmbededTomcat fail with the following error:

Unable to compile class for JSP
java.security.AccessControlException: access denied (java.lang.RuntimePermission 
accessClassInPackage.sun.tools.java 

Adding the following to the default tomcat.policy file does not correct the error:

grant {
  permission java.lang.RuntimePermission "accessClassInPackage.sun.tools.java";
};


Title: BugRat Report # 690

BugRat Report # 690

Project: Tomcat Release: Tomcat 3.2.1
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: high Severity: serious
Confidence: public

Submitter: Chris McClelen ( [EMAIL PROTECTED] )
Date Submitted: Jan 2 2001, 05:14:51 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
jsp compliation error
Environment: (jvm, os, osrel, platform)
1.2.2, Windows 2000 Pro, ?, Intel

Additional Environment Description:

Report Description:
The default javasoft/JRE/1.2/lib/security/java.security file restricts use of the sun. packages. Both Tomcat and EmbededTomcat fail with the following error: Unable to compile class for JSP java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.tools.java Adding the following to the default tomcat.policy file does not correct the error: grant { permission java.lang.RuntimePermission "accessClassInPackage.sun.tools.java"; };

How To Reproduce:
null

Workaround:
null

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to