User development,
A new message was posted in the thread "JBOSS and Curl HTTP 505":
http://community.jboss.org/message/523971#523971
Author : Suresh Narasimhan
Profile :
http://community.jboss.org/people/avyaktha
Message:
--------------------------------------------------------------
I am trying to use curl with jboss
when ever I type in a space in the url I get a http 505 error, is there a way to configure
jboss to handle this gracefully?
curl -v -i "http://127.0.0.1:8080/something?at=flowers&pid=hb36HQ09&loc=San
Francisco"
* About to connect() to 127.0.0.1 port 8080 (#0)
* Trying 127.0.0.1... connected
* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)
GET /../something?at=flowers&pid=hb36HQ09&loc=San Francisco
HTTP/1.1
User-Agent: curl/7.19.4 (universal-apple-darwin10.0) libcurl/7.19.4 OpenSSL/0.9.8k
zlib/1.2.3
Host: 127.0.0.1:8080
Accept: */*
< HTTP/1.1 505 HTTP Version Not Supported
HTTP/1.1 505 HTTP Version Not Supported
< Server: Apache-Coyote/1.1
Server: Apache-Coyote/1.1
< Date: Wed, 03 Feb 2010 18:13:49 GMT
Date: Wed, 03 Feb 2010 18:13:49 GMT
< Connection: close
Connection: close
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/523971#523971