Bugs item #964389, was opened at 2004-06-01 18:30 Message generated for change (Comment added) made by maartenc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116035&aid=964389&group_id=16035
Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Alex McCarrier (amccarri) >Assigned to: Maarten Coene (maartenc) Summary: DocumentHelper.parseText(string) in applets broken Initial Comment: In an unsigned applet, calling DocumentHelper.parseText(string) will throw a security exception because it is trying to read the org.xml.sax.driver system property. This violates the default applet security constraints and throws an exception. Suggest providing a mechanism for supplying the XMLReader to the DocumentHelper, similar to how you can specify a reader using the SAXReader constructor. ---------------------------------------------------------------------- >Comment By: Maarten Coene (maartenc) Date: 2004-07-04 16:14 Message: Logged In: YES user_id=178745 Fixed in 1.5: if no XMLReader could be loaded, the internal dom4j XMLReader is used. If you want to specify your own XMLReader class, you'll have to use the SAXReader class. ---------------------------------------------------------------------- Comment By: Maarten Coene (maartenc) Date: 2004-06-01 21:11 Message: Logged In: YES user_id=178745 did you try this with dom4j 1.5 ? This new version should be using it's internal parser if it fails to read the org.xml.sax.driver property. Maarten ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116035&aid=964389&group_id=16035 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ dom4j-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-dev