My task is to use a send request and then to get some XML.
example: request: /api/ext/data.xml response: some XML
The application uses Spring MVC, so I just wrote controller method, and everything works OK, but I also need to implement authorization. This app does not use Spring security.
What should I do? Should I use session to save User authorization data?