RE: Intermittent Communication Error (1001) with Restlet 2.1.1

2013-04-11 Thread Stefan Undorf
Have you found an explanation? I see the same on Mac OS X and want to go into production on Cent OS too. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3053093

Re: Re: empty form on POST? (not GAE)

2013-04-11 Thread Thierry Boileau
Hi Sean, you may have a look at servlet filters, or things like that that consume the input stream before it reaches the application. As such input streams can only be read once, this may explain your problem. Best regards, Thierry Boileau 2013/4/11 Sean Hogan > Thanks very much Thierry. I a

RE: Re: empty form on POST? (not GAE)

2013-04-11 Thread Sean Hogan
Thanks very much Thierry. I am indeed using Restlet 2.1.2. I see that your example works; mine is embedded in a (much) larger application so I suppose the problem must be there. I will try simplifying my app until it starts working properly. Regards, Sean

Re: empty form on POST? (not GAE)

2013-04-11 Thread Thierry Boileau
Hello Sean, could you precise the version of Restlet are you using? Best regards, Thierry Boileau 2013/4/10 Sean Hogan > Hello all, > > My experience with Restlet to date has generally been pleasant; thanks for > that. > > I've been having a problem in some near-production code whereby the fi