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

jsch.cfc : Scope variables intended to be used in a shared scope #3

Open
codesplode opened this issue Jun 3, 2017 · 0 comments
Open

Comments

@codesplode
Copy link

The "classLoader" variable used in most of the functions in jsch.cfc is clearly intended to be shared and causes an error when using the modern local scope setting on lucee, which causes unscoped variables to be set in the function local scope as expected in most languages. I corrected this for now by simply scoping the "classLoader" variable with "Variables.classLoader". I'm not set up to fork and pull request yet, but I will definitely send you my updated file if you like.

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

No branches or pull requests

1 participant