You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by bu...@apache.org on 2010/09/09 15:43:41 UTC

DO NOT REPLY [Bug 49906] New: Jmeter retrieves more elements than expected in one request

https://issues.apache.org/bugzilla/show_bug.cgi?id=49906

           Summary: Jmeter retrieves more elements than expected in one
                    request
           Product: JMeter
           Version: 2.3.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
        AssignedTo: notifications@jakarta.apache.org
        ReportedBy: eliasisro@yahoo.com


ACTIONS:
Send a request to a page that has path: "/". Make sure you select "Retrieve All
Embedded Resources from HTML Files".

EXPECTED RESULTS:
For a page that includes a tag like: <img class="classname" alt="" src="" /> ,
only expcted elements are retrieved.

ACTUAL RESULTS"
The request retrieves an extra node, including the elements from the page with
path "/".

NOTE: This is happening because we have src="" /   in the tag. If we move
src="" before alt="", this cannot be reproduced anymore.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 49906] Jmeter retrieves more elements than expected in one request

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

Milamber <mi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #2 from Milamber <mi...@apache.org> 2010-09-10 13:36:52 EDT ---
You can use other HTML parser in jmeter.properties file with
htmlParser.className properties

htmlParser.className=org.apache.jmeter.protocol.http.parser.JTidyHTMLParser
or
htmlParser.className=org.apache.jmeter.protocol.http.parser.RegexpHTMLParser

The bug is not present with these parsers.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 49906] Jmeter retrieves more elements than expected in one request

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

--- Comment #1 from Milamber <mi...@apache.org> 2010-09-10 11:48:45 EDT ---
Not a direct JMeter bug.

This bug comes from htmlparser/lexer, which seems no maintened since year 2006.

(html[parser|lexer]-2.0-20060923.jar, ImageTag.class, extractImageLocn()
method)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org