empty form on POST? (not GAE)

2013-04-10 Thread Sean Hogan
at all.) Could someone explain why the posted form in the attached sample is always empty? Again this is in a servlet environment. Thanks very much, Sean --- Sean Hogan sean at compusult dot net -- http://restlet.tigris.org/ds/viewMessage.do

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

Restlet with WebLogic 10 - long delay on first request

2013-04-26 Thread Sean Hogan
Hi, I am using Restlet 2.1.2 with the Servlet extension. The app works properly on Tomcat, but on WebLogic 10 it behaves strangely. The very first request hangs for several minutes in ServerServlet.createComponent while it is calling warClient.handle(). It appears to be recursively scanning

RE: Restlet with WebLogic 10 - long delay on first request

2013-04-30 Thread Sean Hogan
For others coming upon this thread, I disabled the long scan by (essentially) disabling the WAR protocol: public class OverridenSpringServerServlet extends SpringServerServlet { @Override protected Client createWarClient(Context context, ServletConfig config) {

bug with SpringFinder?

2013-11-15 Thread Sean Hogan
Hi, I believe I may have found a bug with the way SpringFinder works in Restlet 2.1.4. I have two Application subclasses, each with one Router. Call them app1 and app2, mapped in my servlet-based web app to /app1 and /app2. Both apps define a template /metadata mapped to their own private

Re: bug with SpringFinder?

2013-11-15 Thread Sean Hogan
Never mind. Like an idiot I had two beans named metadataResource. I thought Spring would whine about that, but apparently not. :-( (There may still be an issue with SpringFinder, but not from my flawed analysis.) Thanks, Sean On 13-11-15 01:31 PM, Sean Hogan wrote: Hi, I believe I may

odd problem with form posts

2013-12-11 Thread Sean Hogan
I have been having a problem for a while, that comes and goes. Recently it came back and won't go. :-( This is Restlet 2.1.4, Java EE edition. Sometimes when a client posts a non-empty form with application/x-www-form-urlencoded, the form arrives empty at the @Post method. As you might be

Re: odd problem with form posts

2013-12-16 Thread Sean Hogan
, HttpServletResponse) method, especially regarding the request.getInputStream(). Best regards, Thierry Boileau ps : for a customer we use Restlet 2.1.4 with Tomcat, and it works without problems. Best regards Thierry Boilean 2013/12/11 Sean Hogan s...@clixtec.ca mailto:s...@clixtec.ca