Hi, It was a while ago since the last response. I just ran into the same issue where I excluded javascript-files (with .*\.js), but still saw some js-files being recorded.
It seems to be related if the Path starts with '/_', because I noticed the following behaviour: /Pages/seach.js --> Not recorded, hence correctly excluded /Pages/_layouts/seach.js --> Not recorded, hence correctly excluded /_layouts/seach.js --> Still being recorded. After I added .*\_.* to URL Patters to exclude the javascript-files were not recorded anymore. -- View this message in context: http://jmeter.512774.n5.nabble.com/Proxy-exclude-pattern-doesn-t-work-tp530175p2805989.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

