You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Webflow's org.springframework.js.resource.ResourceServlet is very useful for serving js, images etc. from a jar archive.
This servlet was written to serve js files needed for webflow, but it can be used more in general. So hence I think it would be good to move/copy this servlet to Spring core web.