https://issues.apache.org/bugzilla/show_bug.cgi?id=49889
--- Comment #2 from Andrew Craig <[email protected]> 2010-10-04 07:22:47 EDT --- Sorry - I should've said "linked" rather than "nested" -- as in an SVG document like: <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1" width="364" height="126"> <image width="364" height="126" xlink:href="http://www.myimageserver.com/missingimage.png"/> </svg> On my imaging server, I then have (in my .htaccess file) ErrorDocument 404 /defaultimage.png If I open the .svg in Firefox/Chrome, it displays the contents of "defaultimage.png", whereas Batik throws an Exception. -- 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]
