jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.71k stars 197 forks source link

Logout doesn't work in version 0.13.0 #257

Closed silentcharacter closed 8 years ago

silentcharacter commented 8 years ago

After migration to version 0.13.0 AuthLogout handler doesn't terminate session, because Optional ifSession = req.ifSession() is empty.

jknack commented 8 years ago

Hi,

Bug was fixed in 0.13.1 see: https://github.com/jooby-project/jooby/issues/254 and commits: https://github.com/jooby-project/jooby/commit/4b0c830883f3c8c9891a1f52baa6c294fbc4eeb0

Please upgrade to 0.13.1.

Thanks

silentcharacter commented 8 years ago

Oh, sorry! Thanks a lot !

jknack commented 8 years ago

no problem :)