Re: [h2] ChangeFileEncryption keeps FileStore open when called with wrong password

2014-07-02 Thread Noel Grandin
On 2014-07-01 06:03 PM, Jens Hohmuth wrote: Calling ChangeFileEncryption with a wrong password will correctly throw an exception. Thank you for the excellent analysis and test case. A patch has been committed to fix this. -- You received this message because you are subscribed to the Googl

[h2] ChangeFileEncryption keeps FileStore open when called with wrong password

2014-07-01 Thread Jens Hohmuth
Calling ChangeFileEncryption with a wrong password will correctly throw an exception. However, calling it a second time - this time with the correct password - will still throw an exception ... at least when running on Windows 7. It does not happen on OS X or Ubuntu. This is the exception when