You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by sebbASF <gi...@git.apache.org> on 2016/11/25 21:12:18 UTC

[GitHub] incubator-ponymail issue #267: Bug: inconsistent rights checking

GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/267

    Bug: inconsistent rights checking

    Access to private lists is being checked inconsistently.
    
    Assume a list id of the form: <dev.ponymail.apache.org>
    This has the parts:
    full id=dev.ponymail.apache.org
    domain=ponymail.apache.org
    
    email.lua
    preferences.lua
    thread.lua
    These all check against the full id and the domain
    
    source.lua
    This checs the domain only, so may prevent access to some mails.
    
    The checks should be done by a common routine.
    This ought really to be part of the aaa module.


----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #267: Bug: inconsistent rights checking

Posted by sebbASF <gi...@git.apache.org>.
Github user sebbASF commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/267
  
    c4045ee fixes notifications.lua


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #267: Bug: inconsistent rights checking

Posted by sebbASF <gi...@git.apache.org>.
Github user sebbASF commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/267
  
    atom.lua checks against the full id in one place, and the domain only in another
    
    notifications.lua uses doc.list as the source; all the others use docs.list_raw


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #267: Bug: inconsistent rights checking

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the issue at:

    https://github.com/apache/incubator-ponymail/issues/267


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---