Unless you formatted the email strangely, you have an invalid HTTP request.
The directive (POST) the URI, and the version must all be on the first line.
Also, the </color> tag in the Content-Length header shouldn't be there (I assume 
that's an email formatted thing, but just in case).

So the request should be:

POST /Tomcat_tre/WsdaServlet;jsessionid= HTTP/1.1
User-Agent: WSDA_SWCLIENT
Content-Type: application/octet-stream
Content-length: 19
FRAMEWORK_VERSION: 0.0WSDAFM

Does this help?

Sean

> -----Original Message-----
> From: Claudio Bisegni [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 25, 2003 3:03 PM
> To: [EMAIL PROTECTED]
> Subject: Http version error
> 
> 
> Hi all,
> 
> I have a wireless java application writing in superwaba, and i have
> made myself a code for sending an http servlet request to tomcat.
> 
> In tomcat 3 al work but with tomcat 4.1 i have his errror
> "HTTP/1.1 505 HTTP Version Not Supported" anyone has an idea??
> 
> This is the htttp request that i made is:
> 
> 
> POST
> /Tomcat_tre/WsdaServlet;jsessionid=   HTTP/1.1
> User-Agent: WSDA_SWCLIENT
> Content-Type: application/octet-stream
> Content-length: 19</color>
> FRAMEWORK_VERSION: 0.0WSDAFM
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to