You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/04/01 17:17:46 UTC

DO NOT REPLY [Bug 28129] New: - Classloading for the security-constraint / Realm

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=28129>.
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=28129

Classloading for the security-constraint / Realm

           Summary: Classloading for the security-constraint / Realm
           Product: Tomcat 5
           Version: 5.0.19
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: bugzilla@gehmtec.de


I have following problem, with the built-in security.
When i use the security i get following error, when i try to parse an XML :

[Fatal Error] bAVTree.xml:9:64: The element type "input" must be terminated by 
the matching end-tag "</input>".

Well first this error message is complete mistaken, cause i don't have any 
element input at all. And i only get this message, when i use the security, when 
i don't use it the BAVTree.xml is parsed without problems, i use the following 
classes to parse :

xercesImpl.jar,xmlParserAPIs.jar (2.6.1 the XML from tomcat\common\endorsed )
import org.apache.xerces.parsers.DOMParser; 
import org.w3c.dom.Document;
import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;

I assume the security manager somehow uses a different version of one of these 
classes, so when i try to parse my xml, Java doesn't load the correct classes 
above. BTW i use (j2re1.4.1_01).

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org