Bug 60318

Summary: Ignore all CSS parser errors when using CssParser
Product: JMeter - Now in Github Reporter: Felix Schumacher <felix.schumacher>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P2    
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Ignore CSS Parser warnings from ph-css

Description Felix Schumacher 2016-10-28 19:45:57 UTC
Created attachment 34407 [details]
Ignore CSS Parser warnings from ph-css

ph-css 4.1.6 introduced a new feature to ignore all css parser errors. We should enable this mode by default. A new property should be introduced to re-enable the logged warnings.
Comment 1 Felix Schumacher 2016-10-28 19:55:10 UTC
Date: Fri Oct 28 19:48:43 2016
New Revision: 1767068

URL: http://svn.apache.org/viewvc?rev=1767068&view=rev
Log:
Ignore CSS warnings when parsing with ph-css library.

Bugzilla Id: 60318

Added:
    jmeter/trunk/test/src/org/apache/jmeter/protocol/http/parser/TestCssParser.java   (with props)
Modified:
    jmeter/trunk/LICENSE
    jmeter/trunk/bin/jmeter.properties
    jmeter/trunk/build.properties
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/lib/aareadme.txt
    jmeter/trunk/res/maven/ApacheJMeter_parent.pom
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/CssParser.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/properties_reference.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:06 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4160