Re: IE 8 HTML request not working

2009-12-03 Thread Thierry Boileau
Hello all, you can turn on the tunneling based on the user agents: application#getTunnelService().setUserAgentTunnel(true); you can find more details here: http://www.restlet.org/documentation/snapshot/jse/api/org/restlet/service/TunnelService.html Best regards, Thierry Boileau > Hi, > > I th

Re: restlet with open session in view for hibernate

2009-12-03 Thread Dustin N. Jenkins
Hello, I currently use the Hibernate/Spring Open Session In View model too with FreeMarker and it works perfectly. Can you post your web.xml? Is it setup properly? Dustin kiwionly wrote: > hi, > > I had create an web application that using restlet to replace serlvet (for > Resource that n

Re: 'java.security.UnrecoverableKeyException: Cannot recover key' in https Restlet client

2009-12-03 Thread Bruno Harbulot
Hello, Do you know if your user has a '.keystore' file in the home directory? Would it work better if this file was out of the way? If so, this could be related to the side effect I found when fixing . I'd suggest fixing this issue by

'java.security.UnrecoverableKeyException: Cannot recover key' in https Restlet client

2009-12-03 Thread Mikis Seth Sørensen
One of the users of some software of mine, reported the following error: java.security.UnrecoverableKeyException: Cannot recover key at sun.security.provider.KeyProtector.recover(KeyProtector.java:311) at sun.security.provider.JavaKeyStore.engineGetKey(JavaKeyStore.java:121)

restlet with open session in view for hibernate

2009-12-03 Thread kiwionly
hi, I had create an web application that using restlet to replace serlvet (for Resource that no need any session). my web app basically is using spring + hibernate + velocity template (with restlet extension for velocity template) however, i had encounter LazyInitializeException, as my servle

Re: CAS authentication in Restlet server

2009-12-03 Thread Arjohn Kampman
Rhett Sutphin wrote: > Hi Arjohn, > > On Dec 2, 2009, at 12:34 PM, Arjohn Kampman wrote: > >> Hi Rhett, others, >> >> Thanks for your suggestion. Since I'm fairly new to the subject, I >> hope >> you (and others) can help me a bit to get things clear. >> >> If I understand you correctly, you ar

Re: IE 8 HTML request not working

2009-12-03 Thread Stephan Koops
Hi, I think this problem is somewhere resolved in Restlet, but I don't know where in the code, and how to activate it. Take a look to the Application properties. best regards Stephan > As a workaround you could add browser sniffing code targetting IE on > your Restlet/Resource class(es), and