mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-12 20:30:57 +00:00
Different rights management backends
Initially only one backend - regular expressions based
This commit is contained in:
parent
3ee47dd242
commit
dca10fa14e
6 changed files with 52 additions and 2 deletions
|
@ -127,6 +127,7 @@ class Application(object):
|
|||
super(Application, self).__init__()
|
||||
auth.load()
|
||||
storage.load()
|
||||
rights.load()
|
||||
self.encoding = config.get("encoding", "request")
|
||||
if config.getboolean("logging", "full_environment"):
|
||||
self.headers_log = lambda environ: environ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue