users@jersey.java.net

No queryParam on (Partial)RequestBuilder

From: Martin Probst <mail_at_martin-probst.com>
Date: Fri, 10 Jul 2009 11:48:00 +0200

Hi,

is there a reason why there is no queryParam() method on
(Partial)RequestBuilder, even though there is one on WebResource? This
makes the calls a bit order dependent - if you call
WebResource.header(...) first, the returned builder will not allow a
.queryParam call.

Martin