I'm having a problem with a GWT client. If I have a proxy, which I call 
repeatedly to poll a resource, each new request seems to add to the existing 
Accept header, so I end up with requests like this:

Accept: application/x-java-serialized-object+gwt, 
application/x-java-serialized-object+gwt, 
application/x-java-serialized-object+gwt, ...

Eventually the server fails with a 413 error. It seems like this is a bug with 
the Restlet GWT client if you call the same client proxy multiple times.

I'm using 2.1 rc5.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2994486

Reply via email to