stream-iori / ring-vertx-adapter

The adapter of Ring for Vert.x
11 stars 3 forks source link

cookies and sessions not working #2

Open mschuene opened 10 years ago

mschuene commented 10 years ago

I have a web app that I want to run on vertx due to its sockjs support. However, the :cookies and :session slots in the ring request maps stay empty. It all works fine when using the normal ring jetty adapter

stream-iori commented 10 years ago

Ok, i will fix it up.

stream-iori commented 10 years ago

I have fix this issue up, but not test deeply, you could try it again with master.

mschuene commented 10 years ago

Thanks! I will test it today