https://bz.apache.org/bugzilla/show_bug.cgi?id=62671
Bug ID: 62671
Summary: embedded_resources_use_md5 and css parser
Product: JMeter
Version: 4.0
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When we set "httpsampler.embedded_resources_use_md5=true" when parsing embedded
CSS we get an error:
"Response message: Embedded resource download
error:http://www.cognifide.com/-/media/Feature/Experience-Accelerator/Grid960/Grid960/styles/optimized-min.css?t=20180704T130321Z
code:Non HTTP response code:
org.apache.jmeter.protocol.http.parser.LinkExtractorParseException message:Non
HTTP response message: java.lang.IllegalArgumentException: Unrecoverable error
met during parsing, you can ignore such errors by setting
property:'httpsampler.ignore_failed_embedded_resource' to true, message:Failed
to parse CSS"
I assume that this is because Response Data looks like this:
"8f96f2dd1fee6725a3c8e843229815b4"
what is not a valid CSS but ignoring ALL embedded resources is not a good idea
since me might miss some bugs.
Is it possible to have CSS parsed before saving MD5?
--
You are receiving this mail because:
You are the assignee for the bug.