Bug 56921 - Templates : Improve Recording template to ignore embedded resources case and URL parameters
Summary: Templates : Improve Recording template to ignore embedded resources case and ...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.11
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-06 14:23 UTC by UbikLoadPack support
Modified: 2014-09-06 19:14 UTC (History)
1 user (show)



Attachments
Patch (1.77 KB, text/plain)
2014-09-06 14:23 UTC, UbikLoadPack support
Details

Note You need to log in before you can comment on or make changes to this bug.
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