1.1m4 release notes --- Added a static “current” property to...

2008-06-18 Thread Patrick Logan
>From the relase notes... "Added a static “current” property to Application, Request, Response and VirtualHost (using thread local variables)" What's the relationship among objects returned from Response.getCurrent() or using the getResponse() instance method in, say, a Resource? The getCurrent

Re: Addition of standard HTTP header

2008-06-18 Thread Thierry Boileau
Hello Ludovic, you can set the expiration date of an entity via the "expirationDate" attribute of your Representation instance. Regarding the "cache-control", the related message is only a warning and does not avoid you to send it. I had a look at the Message#getAttributes comment and it must

Addition of standard HTTP header

2008-06-18 Thread Ludovic chaplin
Hello, I try to add standard http header with the following code : final Form httpHeader = new Form(); httpHeader.add("Cache-Control", "public"); httpHeader.add("Expires", " Wed, 25 Jun 2008 15:13:49 GMT"); response.getAttributes().put("org.restlet.http.headers", httpHeader); but I got message li

RE: RestletFrameworkServlet + OpenID

2008-06-18 Thread Ying Lee
I am using the "Bookmark" example code from the reslet wiki (http://wiki.restlet.org/docs_1.1/g1/13-restlet/29-restlet/99-restlet/59-restlet.html) I got the code thru CVS ":pserver:[EMAIL PROTECTED]:/root/laufer/433", module "BookmarksRestletSpring". The only change to the code I made is to re

Re: Spring Security Integration

2008-06-18 Thread Evgeny Shepelyuk
Hello Jerome ! Thnx for your feedback. Let me answer some issues before i leave :) First of all i created a project at google code. So later i can add any commiters and work with them :) the URL is http://code.google.com/p/restlet-spring-security Hi Evgeny, After having a closer look at th