https://bz.apache.org/bugzilla/show_bug.cgi?id=59943
--- Comment #2 from David Hubbard <[email protected]> --- (In reply to Philippe Mouawad from comment #1) > Hello, > Thanks for report. > > You're using here internal APIs of JMeter. Besides, this part of the API > uses an old library jtidy (which makes cleanup of html) which may explain > your issue. > > I suggest you rather rely on jsoup or jodd-lagarto which are embedded in > JMeter , so you can use them in your custom code. > > > Regarding your report, it appears it could affect one Element in JMeter > "HTML Link Parser" which I would advise not to use either because of > limitations in terms of performance and distributed testing not working for > it. > > > If you solve your issue by following the above comments, it would be nice to > ping us for feedback. > Regards Phillepe hi Thanks for the feedback - I have successfully switched to jsoup, which handles my scenario. Regards David -- You are receiving this mail because: You are the assignee for the bug.
