misc/migration/3.14.3_Any.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 03 Jan 2012 17:59:31 +0100
branchstable
changeset 8149 3ed48646f354
permissions -rw-r--r--
[https] Allow configuration of anonymous access on https (closes #1971992) For now any anonymous access in denied on secured connection (https-url). This patch introduce a configuration option to control this behaviour. New instance will allow it. Old instance should stay as is during migration.

# keep the same behavior on existing instance but use the new one on new instance.
config['https-deny-anonymous'] = True