https://bz.apache.org/bugzilla/show_bug.cgi?id=60842
--- Comment #6 from Philippe Mouawad <[email protected]> --- Author: pmouawad Date: Fri Mar 10 22:18:55 2017 New Revision: 1786460 URL: http://svn.apache.org/viewvc?rev=1786460&view=rev Log: Bug 60842 - jmeter chokes on newline Optimize by using static Pattern Factor our code in base class Use code in JSoup based implementation Add Junit tests for it Bugzilla Id: 60842 Added: jmeter/trunk/test/src/org/apache/jmeter/protocol/http/parser/TestJSoupBasedHtmlParser.java (with props) Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/JsoupBasedHtmlParser.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/LagartoBasedHtmlParser.java -- You are receiving this mail because: You are the assignee for the bug.
