RE: ZipException with Restet 2.1 RC6

2013-11-15 Thread Thierry Boileau
Hi Tal, I've added the ability to override the accept-encoding header. It is based on the tunnel service (turn the userAgentTunnel proprty to true). By default, it will replace the accept-encoding header value for msie, only if its curent value is deflate, have a look at the

Re: GWT with Restlet JSE examples

2013-11-15 Thread Thierry Boileau
Hello Guillaume, I've seen the missing file, I try to recover it ( https://github.com/restlet/restlet-framework-java/issues/796). Just a few words about GWT. There are two modes. The first is the development mode, then the runtime mode. In runtime mode, you get simple static files (html

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 Thierry Boileau
Hi Sean, thanks for submitting this question: I've entered an issue for that point: https://github.com/restlet/restlet-framework-java/issues/797 best regards, Thierry Boileau 2013/11/15 Sean Hogan s...@clixtec.ca Hi, I believe I may have found a bug with the way SpringFinder works in

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

Re: bug with SpringFinder?

2013-11-15 Thread Thierry Boileau
ok, thanks Sean. I close the issue. Best regards, Thierry Boileau 2013/11/15 Sean Hogan s...@clixtec.ca 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