spring-projects / spring-webflow

Spring Web Flow
https://spring.io/projects/spring-webflow
Apache License 2.0
331 stars 233 forks source link

Default flow id generation routine should include namespace flow is located in and not just be based on flow filename [SWF-909] #1624

Closed spring-operator closed 16 years ago

spring-operator commented 16 years ago

Keith Donald opened SWF-909 and commented

Example of current problem:

The default behavior should result in ids of "flights/booking" and "hotels/booking", respectively. /WEB-INF should be the default flow-base-path, which should also be configurable.


Affects: 2.0.3

Issue Links:

spring-operator commented 16 years ago

Scott Andrews commented

The default flow id will be the path to the flow definition resource if a 'base-path' is provided on the flow-registry. Otherwise the current convension of filename minus extension is used. Flow locations are defined relative to the base-path