Re: Setting cookies

2010-10-19 Thread Keith Irwin
with the Scala. Hope at least some of this helps! Keith On Mon, Oct 18, 2010 at 10:00 AM, webp...@tigris.org wrote: I'm having a heck of a time trying to set a cookie. This is the code I have so far: In the first part attempts to read any cookies that I put there before, this always comes up

Re: method not found 405 on multipart/form-data post?

2010-09-28 Thread Keith Irwin
On Mon, Sep 27, 2010 at 5:03 PM, Keith Irwin keith.ir...@gmail.com wrote: Folks-- Using restlets 2.1 snapshot I have a method defined like this: @Post(form) public Representation accept(Representation r) { ... } When I use the following command line to test: curl -v -d

grizzly framework not starting up

2010-09-28 Thread Keith Irwin
. Thanks! Keith -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2665497

method not found 405 on multipart/form-data post?

2010-09-28 Thread Keith Irwin
what I do I get the 405. I've got the fileupload extensions installed. Is there something I'm missing? What token should I include in the @Post annotation? multipartform doesn't seem to work. Should I downgrade to 2.0? Keith -- http

Re: method not found 405 on multipart/form-data post?

2010-09-28 Thread Keith Irwin
by clients? Keith On Tue, Sep 28, 2010 at 1:29 AM, Jonathan Hall jonrh...@gmail.com wrote: Hi Keith, This is all set in org.restlet.service.MetadataService. form is a  MediaType.APPLICATION_WWW_FORM , which explains why the multipart is returning a 405. A multipart

can i deploy restlet services using ijetty as a server

2010-05-03 Thread keith
service_unavailable. so i wonder whether i can deploy restlet service on ijetty,and if it is possible,what should i do.thanks a lot. keith -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId

Re: can i use ijetty as a server and host restlet service on android?

2010-04-28 Thread keith
especially for android restlet? Sorry for so much questions, i am a new one using restlet. Thanks a lot Jerome. Best regards Keith -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/can-i-use-ijetty-as-a-server-and-host-restlet-service-on-android-tp4966008p4973798.html Sent

can i use ijetty as a server and host restlet service on android?

2010-04-26 Thread keith
. keith -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/can-i-use-ijetty-as-a-server-and-host-restlet-service-on-android-tp4966008p4966008.html Sent from the Restlet Discuss mailing list archive at Nabble.com

Can a filter read entity non-destructively?

2009-05-13 Thread Keith McDonald
To teach myself Restlet, I am trying to port the example bookmarking application from chapter 7 of Richardson and Ruby's RESTful Web Services. In their example, they put before filters on their objects to check if the user whose information is being requested matches the user whose credentials