Created attachment 37649 [details] the view result tree file 1.the web page have a Applet(you can see it in the response of FlightsHP-79-2-0 in the attachment): <APPLET CODEBASE="/WebTours/classes/" CODE="FormDateUpdate.class" MAYSCRIPT Width=26 Height=28 BORDER=0> ...... </APPLET> 2. In HTTP request, "Retrieve All Embedded Resources from HTML Files "is checked.but jmeter doesn't request the FormDateUpdate.class in /WebTours/classes/,but requests the ./FormDateUpdate.class. the CODEBASE is ignored.(you can see it in the response of FlightsHP-79-2-1 in the attachment):
Can you try the next nightly or trunk build and report, whether it fixes your issue? I have only added support to Lagarto, JSoup and (hopefully) JTidy parser. As you didn't specified, which you used, I assume, that you were using the default one. commit 38f8738c3d5b7152e41ceae6e0db97e7b2c3953c Author: Felix Schumacher <felix.schumacher@internetallee.de> AuthorDate: Sun Dec 27 14:49:01 2020 +0100 Try harder to correctly guess the URL for applets, when download embedded URLs is enabled Bugzilla Id: 65029 --- .../apache/jmeter/protocol/http/parser/HTMLParser.java | 1 + .../jmeter/protocol/http/parser/JTidyHTMLParser.java | 11 ++++++++++- .../jmeter/protocol/http/parser/JsoupBasedHtmlParser.java | 15 ++++++++++++++- .../protocol/http/parser/LagartoBasedHtmlParser.java | 15 ++++++++++++++- .../protocol/http/parser/TestBug60842HtmlParser.java | 6 ++++++ xdocs/changes.xml | 1 + 6 files changed, 46 insertions(+), 3 deletions(-)
Created attachment 37659 [details] Jmx
the bug is fixed! Thanks!
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5473