[PATCH] Make DocViewImportHandler more robust against broken 
Attributes.getURI() method
---------------------------------------------------------------------------------------

                 Key: JCR-984
                 URL: https://issues.apache.org/jira/browse/JCR-984
             Project: Jackrabbit
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.3.1
            Reporter: Bertrand Delacretaz
         Attachments: DocViewImportHandler.patch

DocViewImportHandler throws NullPointerException when the XML parser 
(incorrectly) returns null for the Attributes.getURI() call.

This small patch makes it more robust against this.

Whether this is a good idea is debatable - failing loudly on a broken parser 
might be more desirable - let's see what people think.

The problem happened during testing when an old version of the XPP parser 
(http://www.extreme.indiana.edu/xgws/xsoap/xpp/) found its way in our webapp's 
war file (pull-parser-2.jar, md5sum=1a1a909825c1bfd9b0cdfa3b29969438).

It might be useful to log some info about which parser is being used, I'll see 
if I can contribute something for this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to