Dynamically adding / removing commands does not work well
---------------------------------------------------------

                 Key: GSHELL-157
                 URL: https://issues.apache.org/jira/browse/GSHELL-157
             Project: GShell
          Issue Type: Bug
      Security Level: public (Regular issues)
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet
             Fix For: 1.0-alpha-2


When resolving commands, the command resolver uses a virtual file system.  
Unfortunately, the data for virtual file systems is always cached, which means 
that removing a command will still make it available for resolution.  
The cache problem is caused by the DelegateFileObject which does not refresh 
the underlying file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to