https://issues.apache.org/bugzilla/show_bug.cgi?id=46476
Summary: Scripting won't work if document doesn't have a URI
Product: Batik
Version: 1.8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Scripting
AssignedTo: [email protected]
ReportedBy: [email protected]
In InterpreterPool.createInterpreter(), trying to create an Interpreter for a
Document that has a null URI will cause null to be returned:
http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/script/InterpreterPool.java?annotate=578701#l97
null being returned from getDocumentURI() should be checked for and passed
through to factory.createInterpreter().
--
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]