https://bz.apache.org/bugzilla/show_bug.cgi?id=65864

Felix Schumacher <felix.schumac...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

--- Comment #2 from Felix Schumacher <felix.schumac...@internetallee.de> ---
I committed a try-catch block to re-declare all runtime exceptions thrown by
JSoup.parse to be a HTMLParseException. That should get you going again, but
still, could you send us the HTML fragment, that causes the NPE?

commit a1b170de57f7f32a333aec2db9bb4d1823f44258
AuthorDate: Wed Feb 2 16:49:57 2022 +0100

    Catch NullPointerException from JSoup when recording a test plan

    As reported in the bug issue, JSoup throws a NPE on some input.
    When we know more about that input, we might be able to do
    better, for now, let us wrap the exception into the declared
    HTMLParseException and hope, that we can continue.

    Bugzilla Id: 65864
---
 .../org/apache/jmeter/protocol/http/proxy/FormCharSetFinder.java    | 6 +++++-
 xdocs/changes.xml                                                   | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to