Currently the filter path is hardcoded for /*, which doesn't prohibit REST API and Wicket living together, but one might need to split the responsibilities in eg.
- /api/* for REST
- /app/* for Wicket
This should be made configurable, which it currently is NOT.
Currently the filter path is hardcoded for
/*, which doesn't prohibit REST API and Wicket living together, but one might need to split the responsibilities in eg.This should be made configurable, which it currently is NOT.