jballment opened a new issue, #7182:
URL: https://github.com/apache/hop/issues/7182

   ### What would you like to happen?
   
   Currently when using VFS URI with a password in the URI it must be decrypted 
prior to being used in the URI i.e. 
sftp://myuser:mypass@myserver/myfolder/myfile.txt works but 
sftp://myuser:Encrypted 
2be98afc86aa7f2e4cb79a369ce93bcc9@myserver/myfolder/myfile.txt fails.
   
   HopVFS already has cleanseFilename(String vfsFilename) to remove the 
password based on a regular expression.  Could we use the similar regular 
expression to extract the password from the URI and then use 
Enc.decryptPasswordOptionallyEncrypted(String password) to decrypt the URI 
prior to it being passed down to Apache Commons VFS classes?
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: VFS


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to