On 03/06/2009, [email protected] <[email protected]> wrote: > > The HTTP Sampler has the following field: > > Embedded URLs must match: > > which can be used to limit which embedded items are processed: > > > I also tried this one, but is it possible to use this field for the > inverse like: > > NOT http://some.url/some.file >
You could try: http://some\.url/(?!some\.file).* > Thanks, > Sebastian > > > > > --------------------------------------------------------------------- > 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]

