Never mind ME, Mike. I remember my silly mail regarding the votes for new committers.
A "+" does not work. You will get an 404 as response code. Tom --- Web: http://www.jfellow.de (Web: http://www.jfellow.net) Am Mittwoch, 5. Februar 2003 16:59 schrieb Mike Stover: > Never mind me. I need to go eat breakfast so I can think clearly.... > > On 5 Feb 2003 at 10:44, Mike Stover wrote: > > Wouldn't a '+' be simpler? > > > > On 4 Feb 2003 at 11:06, Tom Wiedenh�ft wrote: > > > Hallo! > > > > > > I'm using code of JMeter and I'm quite sure, that URL's with blanks " " > > > in Http Request won't work. > > > > > > This line of code will fix it. > > > > > > //---schnipp-------------------- > > > Sting url = "http://www.myserver.net/my dir/myf ile.htm"; > > > url = url.replaceAll("\\p{Blank}", "%20"); > > > URL u = new URL(url); > > > ...and so on. > > > //---schnapp-------------------- > > > > > > (If "$" and "\" are in the text (here "String url") an exception is > > > thrown. Ok,..) > > > > > > I hope this comment will be usefull. > > > > > > Tom > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- > > Michael Stover > > [EMAIL PROTECTED] > > Yahoo IM: mstover_ya > > ICQ: 152975688 > > AIM: mstover777 > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] -- "F�her war die Zukunft auch besser" (Karl Valentin) ----------------------- Tom Wiedenh�ft Falkenstr. 6a, 81541 M�nchen Tel: 089-21939574 Tel: 0163-6702011 Web: http://www.tom-wiedenhoeft.de Web: http://www.tom-wiedenhoeft.com Web: http://www.jfellow.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
