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

Temporary remote directory is always the same as the remote directory, but that's not as requested in feature request INT-2213. [INT-2438] #6417

Closed
spring-operator opened this issue Feb 14, 2012 · 3 comments
Assignees
Milestone

Comments

@spring-operator
Copy link
Contributor

spring-operator commented Feb 14, 2012

Jorn Visser opened INT-2438 and commented

Temporary remote directory is always the same as the remote directory, but that's not as requested in feature request #6195.

It's because the wrong directory expression processor property is used for generating the temporaryRemoteDirectory variable in org.springframework.integration.file.remote.handler.FileTransferringMessageHandler class line 133.

directoryExpressionProcessor needs to be temporaryDirectoryExpressionProcessor

if (this.temporaryDirectoryExpressionProcessor != null){
temporaryRemoteDirectory = this.directoryExpressionProcessor.processMessage(message);
}


Affects: 2.1 GA

Issue Links:

1 votes, 3 watchers

@spring-operator
Copy link
Contributor Author

James Hayes commented

Because an easy fix possible (a one liner), plus the fact that this has been open since February, I am wondering if anyone anyone cares about this Bug at all.

Or perhaps this I am missing something and this change would break something else I don't know about.

In any case, this bug is a blocker for me as I thought I could use this feature and I do hate to patch libraries.

I was hoping it would be fixed in the 2.1.4 but it is still here.

Any chance this change could be done by the next release? Is any more information needed?

@spring-operator
Copy link
Contributor Author

Gary Russell commented

Looks like this one fell through the cracks; sorry about that.

@spring-operator
Copy link
Contributor Author

Gary Russell commented

PR: #672

cherry-pick to 2.1.x

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