Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.7.1
-
None
-
None
Description
The resolveFunction does not handle the className variable correctly resulting in possible NPEs
For instance className is unitialized in the else, but used none the less.
String className = null;
String methodName = null;
if (uri.startsWith("http://exslt.org"))
else if (!uri.equals(ExtensionNamespaceContext.JAVA_EXT_URI))
{ int lastSlash = className.lastIndexOf("/"); if (-1 != lastSlash) className = className.substring(lastSlash + 1); }Attachments
Issue Links
- is duplicated by
-
XALANJ-2300 Bug with disable-output-escaping when using XSLTC and 2 TransformerHandler
- Resolved