Bug 56921

Summary: Templates : Improve Recording template to ignore embedded resources case and URL parameters
Product: JMeter - Now in Github Reporter: UbikLoadPack support <support>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.11   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch

Description UbikLoadPack support 2014-09-06 14:23:55 UTC
Created attachment 31970 [details]
Patch

Hello,
Recording template fails to ignore resources like this:
*.css?v=XXXXX
*.css;azdadzd=zadzdad
*.CsS


The proposed patch fixes this issue.
Note we had to use 2 regexp as one (which could accept missing ?) could ignore requests like this:
/json/
Comment 1 Philippe Mouawad 2014-09-06 19:14:43 UTC
Date: Sat Sep  6 19:12:26 2014
New Revision: 1622911

URL: http://svn.apache.org/r1622911
Log:
Bug 56921 - Templates : Improve Recording template to ignore embedded resources case and URL parameters
Bugzilla Id: 56921

Modified:
    jmeter/trunk/bin/templates/recording.jmx
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2014-09-06 19:14:59 UTC
Thanks for contribution
Comment 3 The ASF infrastructure team 2022-09-24 20:37:57 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3424