RE: Re: GWT 1.6.4 (client only)

2009-04-30 Thread jp
For org.restlet.gwt the only changes I made were: In GWT.gwt.xml I used only two deps: inherits name=com.google.gwt.json.JSON/ inherits name=com.google.gwt.xml.XML/ And generated the jar with the java files inside. --

RE: GWT 1.6.4 (client only)

2009-04-30 Thread jp
Hi, (I think that I already posted this message anonymously...) I'm trying to understand why the GwtShellServletWrapper doesn't start in hosted mode. It seems to be some classloader problems... Anyway, I found something that I'm feeling it's not right in org.restlet.engine.Engine.java, in

RE: Re: Questions about HTTP Authentication

2009-04-29 Thread jp
I was looking with the getCredentials... the password is ok on the char[] secret thanks -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=1971978

RE: Re: securing the whole application

2009-04-29 Thread jp
Just one more question: Let say that I have the resource User. GET user/{username} - get the user representation identified by {username} I want to filter the information sent back in the Representation of the user, for example: Let say the user is authenticated in and he requests his profile

RE: Re: securing the whole application

2009-04-29 Thread jp
Sure it helped. Thanks. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=1967245