This is propably something that is controlled by your http server.   For 
example, if this is a "GET" parameter and using tomcat, the default setting 
for the http connector says:

maxHttpHeaderSize
The maximum size of the request and response HTTP header, specified in bytes. 
If not specified, this attribute is set to 4096 (4 KB).

Thus, for a GET, the max would be less than 4K.

Many web servers also have maxPostSize settings to limit the size of posts.



Dan



On Friday 02 January 2009 8:15:38 am Julio Oliveira wrote:
> Hi.
> I'm using jax-rs and use a String as the client parameter and the server
> return data.
> Which is the max length i can use
>
> regards
>
> Julio Oliveira - Buenos Aires
>
> [email protected]
>
> http://www.linkedin.com/in/juliomoliveira



-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog

Reply via email to