Bug 21338 - Non parseable XML response causes NullPointerException
Summary: Non parseable XML response causes NullPointerException
Status: RESOLVED DUPLICATE of bug 18813
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV client (show other bugs)
Version: Nightly
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-04 09:01 UTC by Ingo Brunberg
Modified: 2004-11-16 19:05 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ingo Brunberg 2003-07-04 09:01:15 UTC
In XMLResponseMethodBase, when the response can not be parsed as valid XML, for
example if the server sent an incomplete response body, parseResponse() catches
the resulting exception without further action. This causes a
NullPointerException in initResponseHashtable() because responseDocument is null.
Comment 1 Ingo Brunberg 2003-07-04 09:12:24 UTC

*** This bug has been marked as a duplicate of 18813 ***
Comment 2 Stefan L 2004-10-05 08:06:55 UTC
*** Bug 18813 has been marked as a duplicate of this bug. ***