JMeter uses regular expression matching on the whole of the URL, so you need to use something like
.*\.gif .* - match anything \. - match a dot only .gif would match only .gif agif xgif etc. On 28/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Use *\.jpg or the extensions u need to exclude... > > > Thanks, > Vijay Nandam > > > -----Original Message----- > From: Jonathan Goldstein [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 26, 2007 3:18 PM > To: JMeter Users List > Subject: Fwd: Proxy exclude pattern doesn't work > > OK, nobody answered... > > Has anyone else encountered such a problem? > > ---------- Forwarded message ---------- > From: Jonathan Goldstein <[EMAIL PROTECTED]> > Date: Jul 22, 2007 9:55 AM > Subject: Proxy exclude pattern doesn't work > To: JMeter Users List <[email protected]> > > > Hi, > > When recording with a proxy server, I try to exclude files like '.gif', > '.js', '.jsp' since they aren't needed when I run the test. However, the > filtering works only partially. Less files are recorded, but I still get > '.gif', '.jsp' and '.js' files. Anyone know why this is happening? > > > Thanks, > Jon > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

