RE: [Vote] Vote for a new Cactus committerHi,

I'd like to know what it means to use setParameter() for a Get Method ? Does
it automatically adds it to the query string ? What happens if other
parameters are defined in the query string, do they get appended to these ?

>>>>>>>>>>>>>>>>>>>>

Do you mean if there are already parameters in the path ?
Too bad, they'll get treated as being part of the path, and will get
encoded, so the server won't see them as params.

Yes, they'll get appended to the query string (at least, that's what should
happen).

>>>>>>>>>>>>>>>>>>>>

Unless there is something I don't understand I think the setParameter()
method should be removed from the HttpClient interface and only appear in
PostMethod

What do you think ?

>>>>>>>>>>>>>>>>>>>>

????

-1.
Any method is allowed to send URL parameters, esp GET and HEAD.

Remy

Reply via email to