ost>/[app context path]/[app servlet path]/<flow path> As an example, the URL http://localhost/springtravel/app/booking would map to flow "booking", while the URL http://localhost/springtravel/app/hotels/booking would map to flow "hotels/booking". If the resource path ends in an extension it will be stripped; for example, /springtravel/app/booking.htm would still map to flow "booking".
Expects URLs to resume flows to be of this pattern:
http://<host>/[app context path]/[app servlet path]/<flow path>?execution=<flow execution key>
As an example, the URL http://localhost/springtravel/app/hotels/booking?execution=e1s1 would attempt to resume execution "e1s1" of the "hotels/booking" flow.
@author Keith Donald