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]

