sergio-d-lemos opened a new pull request, #1523: URL: https://github.com/apache/activemq/pull/1523
This PR removes the dependency on Spring MVC and does some clean ups in the Web Console. Apologize for the long PR. * spring-context is used to inject beams into the context * Created the ActionServlet which plays the role of the DispatcherServlet (from spring-webmvc) * Removed the applicationContext because I could not find any JSP page using it * Moved CSRF validation to its own Filter * Minor clean ups here and there I tested each page using Chrome and did some sanity tests using Firefox. I was unable to test running the console on an OSGI container, but I can test if we think is necessary. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
