Re: regex extractor on final redirect page

2004-01-30 Thread Jordi Salvat i Alabart
It's actually the HTTP Sampler that changed to allow this. I don't think you'll be able to work with only a few classes -- you'll at least need everything under src/protocol/http/org/apache/jmeter/protocol/http/ An entire release will be safer... -- Salut, Jordi. En/na Craig Palmer ha escrit:

Re: regex extractor on final redirect page

2004-01-29 Thread Craig Palmer
OK, I took a whole download of the latest version and it does work as expected. Looks like there have been more than superficial changes in this area. Unfortunately, this version of the GUI is broken in that it doesnt let me add timers or listeners - the details menu for these simply dont

Re: regex extractor on final redirect page

2004-01-28 Thread Craig Palmer
Can you point me to specific files? I grabbed the latest of these files: org/apache/jmeter/extractor/RegexExtractor.class org/apache/jmeter/extractor/RegexExtractor$Test.class org/apache/jmeter/extractor/RegexExtractor$1.class org/apache/jmeter/extractor/gui/RegexExtractorGui.class but

RE: regex extractor on final redirect page

2004-01-20 Thread Applabs Performance Team
Hi Scott We solved this problem and now we are able to apply the Regular Expression after all the redirects have completed. It was working fine. Following are the steps we followed. 1. First we changed process method of org.apache.jmeter.extractor.RegexExtractor class

Re: regex extractor on final redirect page

2004-01-20 Thread Jordi Salvat i Alabart
Did I miss this thread? This issue was fixed a few weeks (months?) ago in CVS code. Since it won't happen often that you mark follow redirects and you still want to check the original page, now the main sample result contains the information for the last step in the redirect chain (except the

RE: regex extractor on final redirect page.

2003-08-19 Thread mstover1
, Shorn. -Original Message- From: Scott Hamilton [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 August 2003 11:25 AM To: [EMAIL PROTECTED] Subject: regex extractor on final redirect page. Greetings! I've just started using 1.9 JMeter. We want to load test Oracle

regex extractor on final redirect page.

2003-08-18 Thread Scott Hamilton
Greetings! I've just started using 1.9 JMeter. We want to load test Oracle Portal. I am attempting to get past the Oracle Single Sign On page and need to grab a value out of a hidden INPUT field after about 3 redirects, but it seems the regex extractor only works on the

RE: regex extractor on final redirect page.

2003-08-18 Thread Tolley Shorn
: Tuesday, 19 August 2003 11:25 AM To: [EMAIL PROTECTED] Subject: regex extractor on final redirect page. Greetings! I've just started using 1.9 JMeter. We want to load test Oracle Portal. I am attempting to get past the Oracle Single Sign On page and need to grab