Hi Stephan,
I put a break-pt in
org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl.cookie and the
cookie seems fine - it has the correct age and path. However the cookie in
the browser doesn't have the values I set for these attributes.

I used tcpmon (tcpmon.dev.java.net/) and I see the following dump there.
There is nothing about the cookie age or the path in the tcpmon output. Is
there a better http sniffer you recommend on a mac?

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Date: Tue, 18 May 2010 20:20:34 GMT
Accept-Ranges: bytes
Server: Restlet-Framework/2.0rc2
Set-Cookie: testCookie=test
Content-Type: application/xml;charset=UTF-8
Content-Length: 0

Thanks
Sriram
-- 
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/restlet-jaxrs-cookie-question-tp5071116p5071918.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2610522

Reply via email to