[
https://issues.apache.org/jira/browse/AMQ-9798?focusedWorklogId=988963&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-988963
]
ASF GitHub Bot logged work on AMQ-9798:
---------------------------------------
Author: ASF GitHub Bot
Created on: 27/Oct/25 05:23
Start Date: 27/Oct/25 05:23
Worklog Time Spent: 10m
Work Description: 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.
Issue Time Tracking
-------------------
Worklog Id: (was: 988963)
Remaining Estimate: 0h
Time Spent: 10m
> Remove Web Console dependency on Spring MVC
> -------------------------------------------
>
> Key: AMQ-9798
> URL: https://issues.apache.org/jira/browse/AMQ-9798
> Project: ActiveMQ Classic
> Issue Type: Improvement
> Components: Web Console
> Affects Versions: 6.x
> Reporter: Sérgio Lemos
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Today the Web Console has a dependency on Spring MVC (the activemq-web module
> uses spring-webmvc). However we don't make extensive use of it, we pretty
> much only use the DispatcherServlet for the "actions" URLs.
> We may consider removing the dependency on Spring completely from the Web
> Console, but I propose to start by getting rid of Spring MVC in order to make
> the Web Console leaner.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact