https://bz.apache.org/bugzilla/show_bug.cgi?id=59156
Bug ID: 59156
Summary: XMLAssertion : Drop it or at least drop jdom
dependency
Product: JMeter
Version: 2.13
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Hello,
This assertion only checks that response is well-formed XML by parsing the file
using JDom 1.X which is now deprecated.
I personally don't find it very useful and have never used it.
So I would tend to drop it.
If we decide to keep it, then at least we should drop jdom dependency by just
using a javax SAXParser instead of:
http://www.jdom.org/docs/apidocs.1.1/org/jdom/input/SAXBuilder.html
--
You are receiving this mail because:
You are the assignee for the bug.