Hello Faiz,
I think you are talking more generally of the size limitation applied to URIs in the agent programs (client and server). You can have a look here for example http://www.boutell.com/newfaq/misc/urllength.html. Regarding a Restlet-based server, there is a limitation due to the use of regular expressions during the routing process. This is related to this bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6337993. I'm not aware of a size limitation applied to the size of a request's or response's entity. Best regards, Thierry Boileau > Hi, > > There is some size limit for GET query string say 255 bytes. What is the > size limit for the response that is being passed from GET request. > For e.g. Client request the server (GET) for the content of some file which > is of say 100MB. > > I have created sample example that does that for me, i can get upto 1.8GB of > file from the GET response. > > What i understand is GET request query string size is limited, but the > response that is returned from that GET, can be of any size as to what the > REST supports. > > Correct me if i am wrong. > > Regards, > Faiz. > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2449011