Re: AbstractJavaSamplerClient / getSystemResource question

2004-12-17 Thread sebb
On Fri, 17 Dec 2004 18:00:23 +0100, Coret Bob <[EMAIL PROTECTED]> wrote: > Hi all, > > We're building our own AbstractJavaSamplerClient but we run into a problem > when we want to read a property file using the ClassLoader.getSystemResource > method. Whatever we try in regard to the directory/fi

Re: Regular expression on a redirected page

2004-12-17 Thread sebb
On Fri, 17 Dec 2004 22:04:13 +0100, Anders Haal <[EMAIL PROTECTED]> wrote: > Have a situation when I need to use a regular expression post operation > on the header response on page returning 302. The HTTP response headers > is the below and I like to extract the viewid from the Location row. My >

Regular expression on a redirected page

2004-12-17 Thread Anders Haal
Have a situation when I need to use a regular expression post operation on the header response on page returning 302. The HTTP response headers is the below and I like to extract the viewid from the Location row. My regular expression is Location.*_viewid_=(.+)&_.* and it seems to work using t

AbstractJavaSamplerClient / getSystemResource question

2004-12-17 Thread Coret Bob
Hi all, We're building our own AbstractJavaSamplerClient but we run into a problem when we want to read a property file using the ClassLoader.getSystemResource method. Whatever we try in regard to the directory/filename (file:///d:/etc/test.properties, d:\etc\test.properties, .\test.properties,