You should be able to escape it with a '\', as in \$

-Mike

On Tue, 2004-08-17 at 08:55, Ivan Rancati wrote:
> hello,
> 
> I have found a strange issue with JMeter and I was wondering if there is 
> a workaround, or if I am missing something.
> 
> The Tomcat servlet I am testing takes some parameters as an array of x,y 
> points. Since the number of points is variable, $ is used as a 
> terminator. It all works well from a web browser (i.e. Mozilla) when I 
> issue a request
> 
> 
> http://aluminium:8080/frontend/?way_points=6.788196;51.224846;8.688556;50.114838$&cmd=plan
>   
> &MSISDN=491795957938
> 
> However, the same request from JMeter causes a
> HTTP/1.1 505 HTTP Version Not Supported
> 
> response; from what I see in the Tomcat logs, the request is not even 
> sent to the servlet. Can I escape the $ sign in some way?
> 
> thanks
> Ivan Rancati
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Michael Stover <[EMAIL PROTECTED]>
Apache Software Foundation


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to