##// END OF EJS Templates
caches: use safer method of purging keys from memory dict. During some concurrency tests...
caches: use safer method of purging keys from memory dict. During some concurrency tests we detected that has_key has a race condition, and catching exception is safer.

File last commit:

r1:854a839a default
r2931:474abf70 default
Show More
release-notes-3.2.2.rst
14 lines | 143 B | text/x-rst | RstLexer

|RCE| 3.2.2 |RNS|

General

  • 2015-04-22

fixes

  • API: Fix password handling in the API call create_user.