I’m wondering if it’s possible to rewrite URL for all controllers in a particular package. I need to change the URL of all controllers in “admin” package to “/admin/$controller” instead of “/$controller”, so it can be secured by Spring Security. Thanks very much.
Regards,
Lojza
So today I implemented the solution according to this article: