[Checkins] [zopefoundation/Zope] c6fcf3: Explicitly require Manager role for `AltDatabaseMa...

GitHub noreply at github.com
Wed May 10 17:26:33 CEST 2017


  Branch: refs/heads/altdatabasemanager-roles-213
  Home:   https://github.com/zopefoundation/Zope
  Commit: c6fcf3e8e1b8097bf22e188e2378050828085704
      https://github.com/zopefoundation/Zope/commit/c6fcf3e8e1b8097bf22e188e2378050828085704
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
    M doc/CHANGES.rst
    M src/App/ApplicationManager.py

  Log Message:
  -----------
  Explicitly require Manager role for `AltDatabaseManager`.

If you use experimental.publishtraverse and try to call manage_pack,
it warns that the object (the manage_pack function) has no roles.
In strict mode it will fail.
This is an indication that the function *might* be available for anonymous users.
That is not the case here, but being strict seems good.




More information about the checkins mailing list