Fixes
- Play filters were added twice when running on development mode, as mentioned here. It turns out it wasn't anything specific about the filters, but rather that the
application.conf
files were added twice to the classpath and that was causing a duplicate entry onplay.filters.enabled
. Fixed by @ivantopo via 244f1ae