Re: HTTP URL Re-writing Modifier in the nonGUI [PATCH]

2002-10-15 Thread Michal Kostrzewa
Dnia wto 15. październik 2002 14:12, Michael Morris napisał: > Thanks a lot for the patch but I am woriking on an NT machine, is there any > chance you could send me the source and I will rebuild it myself. > Michael As Mike Stover said, the bug is already solved in CVS by him (in perhaps more e

RE: HTTP URL Re-writing Modifier in the nonGUI [PATCH]

2002-10-15 Thread Mike Stover
o: JMeter Users List > Subject: Re: HTTP URL Re-writing Modifier in the nonGUI [PATCH] > > > Hello > > > This tests works fine when I run it in the GUI but when I try to run it > > from the command line, I only get the following response: > > Http req 1 >

RE: HTTP URL Re-writing Modifier in the nonGUI [PATCH]

2002-10-15 Thread Michael Morris
URL Re-writing Modifier in the nonGUI [PATCH] Hello > This tests works fine when I run it in the GUI but when I try to run it > from the command line, I only get the following response: > Http req 1 > Http req 2 > Http req 6 > > It seems that the all the re

Re: HTTP URL Re-writing Modifier in the nonGUI [PATCH]

2002-10-14 Thread Mike Stover
Yes, this is a bug, and you've got the right reason. I suspect this kind of thing is happening elsewhere, making non-gui runs not work right. I've made a fix, but differently from the way you did it. Instead, I just have the component do lazy initialization of the regex patterns when modify

Re: HTTP URL Re-writing Modifier in the nonGUI [PATCH]

2002-10-14 Thread Michal Kostrzewa
Hello > This tests works fine when I run it in the GUI but when I try to run it > from the command line, I only get the following response: > Http req 1 > Http req 2 > Http req 6 > > It seems that the all the request-siblings of the HTTP URL Re-writing > Modifier are ignored.