users@jersey.java.net

URL length limit?

From: Markus Kohler <markus_kohler_at_gmx.net>
Date: Fri, 29 Aug 2008 12:43:09 +0200

Hi,
Also in theory there's no limit for the URL length in GET requests, in
practice there are limits at least for browsers and maybe also for servers.

Is there anything special support in jersey that would help to go around
such a limitation?

Or is the best practice to just allow all GET's also to be done over a POST
(what URL would that have?) and then the client would have to choose POST if
the URL is too long?



Regards,
Markus