Testing requests in Play Framework
It's easy to test forms and controllers in Play Framework, except for when you add real-life things like CSRF protection and authentication. Other frameworks, like Django, »
It's easy to test forms and controllers in Play Framework, except for when you add real-life things like CSRF protection and authentication. Other frameworks, like Django, »
I have an HTML form with a couple of fields, one of which is an array, the other of which is not. I want to be »