I'm using unfiltered to provide restful API, and have defined several intents. Now I have a new requirement, I have to log all the request url into a file, but I can't find a good solution for it.
I've read the document of unfiltered, not found something like "filter/interceptor" in SpringMVC. Is there any way to do it?
No idea about SpringMVC. However, if you want to log every request you can write a logging
Intent
And then use it by wrapping your current
Intent
like this: