Using 1.9.1 with Sun 1.3.1 JVM on windows 2k
For the life of me I can't figure this out. I'm sure I'm missing something stupid, but
have wasted too much time trying to figure out what that is. I want to use the Reg
Exp. Extractor to dynamically add a value to a http request from the response of the
previous one. Per previous posts I have a setup similar to:
- simple controller
- http request
- http request
- Regular Expression Extractor
I think i'm messing up the settings in my second http request. I added a parameter:
Name: timestamp
value: ${stamp_g1}
For my Reg Exp Extractor I have the following:
Ref: stamp
Regular Exp: .*(hidden?) [note - i just have this cause i know it returns something]
Template: $1$
Match No: 1
Default Value: hello
When I run it and look at the log file for my simple data writer the request sent for
the second request contains:
Query Data: timestamp=${stamp_g1}
I expected it to replace the ${stamp_g1} with the value of the regexp...
Any points would be appreciated.
Thanks,
Bob