Alex

Results 3 issues of Alex

Hello Looks like the invalidateSession function doesn't invalidate the session as it should. I'll explain below what I mean. If you want to look at steps to reproduce without technical...

Hello, I tried to use `escapeMarkup` setting in order to compose a template from other templates, but seems it does not work at all. Here is a code which I...

Hey I just overviewed your application, it's really nice. What about validation of BSONObjectID here: https://github.com/sgodbillon/reactivemongo-demo-app/blob/master/app/controllers/Application.scala#L60 ? What if I put there not valid BSONObjectID value? E.g. dsf3223asfa Thanks