Skip to content

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

@codesplode

Description

@codesplode

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions