Bug 54629 - HTMLParser does not extract <object> tag urls
Summary: HTMLParser does not extract <object> tag urls
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.9
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-02 21:26 UTC by Philippe Mouawad
Modified: 2013-03-02 21:31 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2013-03-02 21:26:05 UTC
When a page has 

<object width="400" height="400" data="helloworld.swf"></object> 
<object width="400" height="400" codebase="helloworld2.swf"></object> 

This kind of tags are not extracted.
Comment 1 Philippe Mouawad 2013-03-02 21:31:12 UTC
Date: Sat Mar  2 21:29:48 2013
New Revision: 1451946

URL: http://svn.apache.org/r1451946
Log:
Bug 54629 - HTMLParser does not extract <object> tag urls
Bugzilla Id: 54629

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/HtmlParserHTMLParser.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/JTidyHTMLParser.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/RegexpHTMLParser.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:53 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3070