https://issues.apache.org/bugzilla/show_bug.cgi?id=48561
Helder Magalhães <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #2 from Helder Magalhães <[email protected]> 2010-01-19 15:40:00 UTC --- (In reply to comment #1) > This does not occur on every machine I've tested with but quite a few (firefox > and IW when it occurs) . However importing the batik-gui-util.jar seem to > prevent the crash so presumably it's that error that causes the problem rather > than the security problem. I'm not sure how it was assumed that the jar could be left out. It's even used in the demo [1]... ;-) > Not ideal to have the error popup is it possible to > handle the error console exception by checking for the classes presence? I guess not that way, but you probably can reimplement code so that the error pop-up is displayed differently. Note that the error pop-up is used for displaying... Errors! :-) So you probably don't want (in most cases, that is) simply discard them. You (and/or your users) will want to be informed so the erroneous content can be fixed. Note that I'm having extreme difficulty in trying to imagine a bug from this report. I'm much more inclined to marking it "invalid", but I'm marking it as "need info" so that more information is added which can then turn this into a bug report [2]. Please update with more info or close the issue accordingly! :-) Finally, the most updated sources [3] contains a fix which solved a security problem which forced applets to be signed. In the mean time, my current guess goes to security policy issues, not related to Batik... [1] http://xmlgraphics.apache.org/batik/demo.html [2] http://www.chiark.greenend.org.uk/~sgtatham/bugs.html [3] http://xmlgraphics.apache.org/batik/download.cgi#Subversion+repository -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
