DO NOT REPLY [Bug 33680] - Having a user defined SecurityManager class renders JasperException with reason cannot be resolved in JSPs.

2005-03-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=33680.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33680


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2005-03-29 17:24 ---
You'll have to use the fully qualified name for your class. Generally, it's not
a very good idea to use classnames which are used in java.lang.*.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33680] - Having a user defined SecurityManager class renders JasperException with reason cannot be resolved in JSPs.

2005-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=33680.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33680


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Having a user defined   |Having a user defined
   |SecurityManager class |SecurityManager class
   |renders JasperException with|renders JasperException with
   |reason cannot be resolved |reason cannot be resolved
   |in JSPs.|in JSPs.




--- Additional Comments From [EMAIL PROTECTED]  2005-03-25 04:08 ---
I'm a bit confused by this report.  First, I'm not sure what you mean by the
Catalina SecurityManager since we use the standard one, not a custom one, and
then only if directed by the user, not by default.

Second, if you look at the jasper code, it's pretty easy to see it doesn't look
for anything special in the security manager.  There's no hard-coded class name,
no casting to anything, just the basic java.lang.SecurityManager usage.

Please post a WAR we can use to reproduce your findings.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]