RE: Serious problem with ServletConverter

2007-05-29 Thread Jerome Louvel
Hi Ryan, Bug now fixed in SVN. Best regards, Jerome > -Message d'origine- > De : Thierry Boileau [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 24 mai 2007 21:21 > À : discuss@restlet.tigris.org > Objet : Re: Serious problem with ServletConverter > > Hello R

Re: Serious problem with ServletConverter

2007-05-24 Thread Thierry Boileau
Hello Ryan, thanks a lot for reporting this issue. I've entered an issue for this point (http://restlet.tigris.org/issues/show_bug.cgi?id=312). Best regards, Thierry Boileau The ServletConverter example has the following code: public void init() throws ServletException { super

Serious problem with ServletConverter

2007-05-24 Thread Ryan Daum
The ServletConverter example has the following code: public void init() throws ServletException { super.init(); this.converter = new ServletConverter(getServletContext()); This will actually cause serious breakage in a production system. To reproduce, try hitting your thus-