Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support relative flow locations for flow registry base paths prefixed with "file:" [SWF-1617] #802

Closed
spring-operator opened this issue Dec 30, 2013 · 2 comments

Comments

@spring-operator
Copy link
Contributor

Tom Zeller opened SWF-1617 and commented


Affects: 2.3.3

Attachments:

@spring-operator
Copy link
Contributor Author

Tom Zeller commented

We would like to use flow-location-pattern and a file system base path, for example :

<webflow:flow-registry id="flowRegistry" base-path="file://some/path">
    <webflow:flow-location-pattern value="/**/*-flow.xml" />
</webflow:flow-registry>

When the flow registry base path is prefixed with 'file:', calculated flow identifiers will not be relative to the base path unless the FlowDefinitionResourceFactory handles the "file:" prefix in the same way as the "classpath:" prefix, see attached patch.

@spring-operator
Copy link
Contributor Author

Tom Zeller commented

Patch to support "file:" base paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants