Web app to validate and test vault filters.
In action: filteratorr.appspot.com
The actual web app code is in src/main/webapp.
mvn appengine:run
Then go to http://localhost:8080
Kill server with CTRL+C
. Must be restarted every time a file has changed.
mvn appengine:deploy
Special thanks to @alexkli. The project layout and build files were copied from his versionatorr.