hefeng wrote:

> new URI("/action/getTicket?ticketNo=dced6ca9fd63f916e4b5d||786")

That constructor is deprecated because it was ambiguous. Use
"new URI(String, boolean)" and pass false as the second argument
to tell the URI class that it is supposed to escape the query string.

> I didn't research too deeply on this problem,

Looking into the JavaDocs would have saved you some time...
http://jakarta.apache.org/httpcomponents/httpclient-3.x/apidocs/org/apache/commons/httpclient/URI.html

cheers,
  Roland


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

Reply via email to