nek4life / intellij-demandware

Intellij Demandware Plugin
MIT License
32 stars 7 forks source link

Lost password settings #4

Open nek4life opened 9 years ago

nek4life commented 9 years ago

Server passwords seemed to be lost when Intellij tries to access the PasswordSafe while Intellij is loading up. This happens mainly when opening the project and editing files while Intellij is still indexing files. It could be a bug with shoddy logic with the current PasswordSafe implementation trying to create a unique key for the store and storing that in the module settings. Will need further investigation.

nek4life commented 9 years ago

I updated the code afe6f0a7676daef3028371b2d2e70fd0a44ef77c in an attempt to fix this issue . Since the problem is a hard to reproduce I'm going to let this sit for a bit and see if any more issues are reported for this problem before closing the ticket.