ost/someApp/someServlet/foo http://someHost/someApp/someServlet/nestedPath/foo http://someHost/someApp/someServlet/nestedPath/foo.html will all treat the filename "foo" as the flow id.
Note: Because this class only treats a filename as a flow id, clashes can result. For example:
http://localhost/springtravel/app/hotel/booking http://localhost/springtravel/app/flight/booking
would both map the same flow id "booking", instead of "hotel/booking" and "flight/booking". This is an limitation of this implementation. Consider using the standard {@link DefaultFlowUrlHandler} that uses the request URL prefix aswell to avoid these clashes.
@author Agim Emruli