Re: [Resteasy-users] AsyncResponse problems

2013-07-31 Thread Bill Burke
yes please On 7/31/2013 9:34 AM, Kristoffer Sjögren wrote: > Sure thing, https://issues.jboss.org/browse/RESTEASY-917. > > Btw, I also had some trouble with cookies a few weeks, where Jetty > forcibly add "Expires" attribute to the Cookie cause > NewCookieHeaderDelegate to fail. > > Set-Cookie: gu

Re: [Resteasy-users] AsyncResponse problems

2013-07-31 Thread Kristoffer Sjögren
Sure thing, https://issues.jboss.org/browse/RESTEASY-917. Btw, I also had some trouble with cookies a few weeks, where Jetty forcibly add "Expires" attribute to the Cookie cause NewCookieHeaderDelegate to fail. Set-Cookie: guid=1.8217531194121000960;Path=/;Domain=.test.com;Expires=Wed, 18-Apr-201

Re: [Resteasy-users] AsyncResponse problems

2013-07-31 Thread Bill Burke
You are using it correctly. Its just bugged. Can you log a detailed JIRA (just cut and paste the email)? I need to do some work in this area anyways to fix some other bugs the Java EE 7 TCK picked up and need to do a release soon. http://issues.jboss.org/jira/browse/RESTEASY On 7/31/2013 9:0

[Resteasy-users] AsyncResponse problems

2013-07-31 Thread Kristoffer Sjögren
Hi I have made some observations using AsyncResponse with a MessageBodyWriter that seems a little strange. 1) Calling AsyncResponse.resume() with a user-defined object (intended for MessageBodyWriter) on same thread as the running request cause an exception almost immediately after returning (see