##// 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-2.2.8.rst
12 lines | 207 B | text/x-rst | RstLexer

|RCE| 2.2.8 |RNS|

General

  • 2015-06-30

Fixes

  • Security: Apply the same permission checks for the API call create_repo and the web interface to create a repository.