mirror of https://github.com/apache/jmeter.git
Fixed missing JsoupBasedHtmlParser in parser implementations
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1620065 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: c8c44cd928
This commit is contained in:
parent
eb77eb2db8
commit
57f283f971
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue