Bug 7526

Summary: The Ue Tag Library floating palette displays a stack trace
Product: Taglibs Reporter: mwilliams
Component: Ultradev 4 CTLXAssignee: Tomcat Developers Mailing List <dev>
Status: CLOSED FIXED    
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: other   

Description mwilliams 2002-03-27 17:39:24 UTC
I am attempting to utilize the Custom Tag Library Extension for UltraDev but 
am running into a bit of a problem.  I am encountering the first item you list 
in the 'Other Inexplicable Behaviors' section of the CTLX Manual.  I have 
installed Apache Tomcat 4.0 which includes a Java SecurityManager.  
Nonetheless, when I configur the 'read' grant I still encounter the problem.  
Here is the syntax for my grant:
 
-------------------------------------------
 
grant codeBase "file:$(catalina.home)/webapps/TLDParser/-" {
permission java.io.FilePermission "C:\\Program Files\\Apache Tomcat 4.0
\\webapps\\TLDParser\\WEB-
INF\\classes\\org\\apache\\taglibs\\tools\\ultradev\\ctlx\\TLDParser.class", "r
ead";

-------------------------------------------

Perhaps this isn't the correct grant?
Comment 1 Dan Mandell 2002-04-08 16:19:21 UTC
Problem was not with security manager.
User had not downloaded latest build, which fixes a bug in the init() 
method in the TLDParser causing an exception in some containers.