I'm recording a load test; i want to record "only" all the .do parts of the full url, withj and without the quey string for example, i need to record: http://www.example.com:8080/myapp/initialize.do?tcpscreening=Cl but also this one http://www.example.com:8080/myapp/login2.do
According to the docs, my url partterns to include should be like this: ".*\.do(\?.*)?" But it doesn't work. This one works only for the second example ".*\.do" Any better solution/suggestion? Regards Michele Masè

