Hi, I found the solution. Turns out I need to do the following.
1) Add the following to dispatcher-servlet.xml and leave the suffix to keep referencing .jsp so the Controller can still return
JSP pages if required.
In the end, the file looks like this.
2) Use the following return in the Controller's method.
3) The web.xml file doesn't need to intercept specifically for any URL ending with .html so it looks like this.
If anyone knows of another more appropriate way for doing this, please voice out.