You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/03/18 22:47:05 UTC

[Bug 1015] New - null params passed to extensions cause NPE

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1015

*** shadow/1015	Sun Mar 18 13:47:05 2001
--- shadow/1015.tmp.2243	Sun Mar 18 13:47:05 2001
***************
*** 0 ****
--- 1,18 ----
+ +============================================================================+
+ | null params passed to extensions cause NPE                                 |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1015                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.0                   |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Linux                   |
+ |     Priority:                           Component: org.apache.xalan.extens |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: camk@channelpoint.com                                        |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ xpath.XObject.object() can return null. The attached patch fixes some places
+ where this causes NPE's, mainly in java extension objects.