You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/08/05 20:19:36 UTC

[Bug 59943] Problem with Node order using HtmlParsingUtils.getDOM

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
                 OS|                            |All

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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

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