Bug 54629

Summary: HTMLParser does not extract <object> tag urls
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: p.mouawad
Priority: P2    
Version: 2.9   
Target Milestone: ---   
Hardware: All   
OS: All   

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