You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/12/26 16:32:10 UTC

[Bug 65029] New: jmeter do wrong with the CODEBASE in APPLET.

https://bz.apache.org/bugzilla/show_bug.cgi?id=65029

            Bug ID: 65029
           Summary: jmeter do wrong with the CODEBASE in APPLET.
           Product: JMeter
           Version: 5.4
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: tanweiji@139.com
  Target Milestone: JMETER_5.4

Created attachment 37649
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37649&action=edit
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):

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65029] jmeter do wrong with the CODEBASE in APPLET.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65029

--- Comment #2 from Wicky Tam <ta...@139.com> ---
Created attachment 37659
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37659&action=edit
Jmx

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65029] jmeter do wrong with the CODEBASE in APPLET.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65029

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
             Status|NEW                         |NEEDINFO

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
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 <fe...@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(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65029] jmeter do wrong with the CODEBASE in APPLET.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65029

Wicky Tam <ta...@139.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Wicky Tam <ta...@139.com> ---
the bug is fixed! Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.