diff --git a/bin/jmeter.properties b/bin/jmeter.properties index 0d1947a443..5e70ced38d 100644 --- a/bin/jmeter.properties +++ b/bin/jmeter.properties @@ -625,7 +625,7 @@ HTTPResponse.parsers=htmlParser wmlParser #htmlParser.className=org.apache.jmeter.protocol.http.parser.RegexpHTMLParser # This parser is based on JSoup, it should be the most accurate but less performant # than LagartoBasedHtmlParser -#htmlParser.className=org.apache.jmeter.protocol.http.parser.RegexpHTMLParser +#htmlParser.className=org.apache.jmeter.protocol.http.parser.JsoupBasedHtmlParser #Used by HTTPSamplerBase to associate htmlParser with content types below htmlParser.types=text/html application/xhtml+xml application/xml text/xml