JSP files in the war
Tom Zeller
tzeller at dragonacea.biz
Sat May 17 20:35:05 EDT 2014
> I just checked and see that we are mounting the
> DispatcherServlet as the / path. That probably does muck with
> resolution of static resources. So you probably do need the
> <mvn:resources />.
Checking my own understanding, given a URL of the form
http://host/contextPath/servletPath/pathInfo
assuming the contextPath is /idp and given that we define profile flow
IDs as profile/, the servletPath must be / because of how SWF by
default constructs flow IDs based on pathInfo [1]. Not sure what our
options are for plugging in a non-default FlowUrlHandler.
[1] https://github.com/spring-projects/spring-webflow/blob/master/spring-webflow/src/main/java/org/springframework/webflow/context/servlet/DefaultFlowUrlHandler.java#L81
More information about the dev
mailing list