Skip to content

v2.0.13 - Fix Duplicate Filters in Dev Mode

Latest
Compare
Choose a tag to compare
@ivantopo ivantopo released this 17 Mar 09:35
· 5 commits to master since this release

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 on play.filters.enabled. Fixed by @ivantopo via 244f1ae