You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Hasan (JIRA)" <ji...@apache.org> on 2011/08/10 11:25:27 UTC

[jira] [Created] (CLEREZZA-620) cannot remove a permission assigned to a user if this is the only permission assigned to a user (firefox 3.6.18)

cannot remove a permission assigned to a user if this is the only permission assigned to a user (firefox 3.6.18)
----------------------------------------------------------------------------------------------------------------

                 Key: CLEREZZA-620
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-620
             Project: Clerezza
          Issue Type: Bug
            Reporter: Hasan


I haven't tested the issue whether the problem occurs in other browsers or higher versions of firefox


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CLEREZZA-620) cannot remove a permission assigned to a user if this is the only permission assigned to the user (firefox 3.6.18)

Posted by "Hasan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan updated CLEREZZA-620:
---------------------------

    Summary: cannot remove a permission assigned to a user if this is the only permission assigned to the user (firefox 3.6.18)  (was: cannot remove a permission assigned to a user if this is the only permission assigned to a user (firefox 3.6.18))

> cannot remove a permission assigned to a user if this is the only permission assigned to the user (firefox 3.6.18)
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-620
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-620
>             Project: Clerezza
>          Issue Type: Bug
>            Reporter: Hasan
>
> I haven't tested the issue whether the problem occurs in other browsers or higher versions of firefox

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CLEREZZA-620) cannot remove a permission assigned to a user if this is the only permission assigned to the user (firefox 3.6.18)

Posted by "Hasan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082257#comment-13082257 ] 

Hasan commented on CLEREZZA-620:
--------------------------------

current implementation uses checkbox to capture setting and resetting a permission entry. if no checkbox is checked, permEntries parameter sent to the server is null and this is not appropriately processed by the server. 

java.lang.NullPointerException
        at java.util.AbstractCollection.retainAll(AbstractCollection.java:369)
        at org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb.updateUserPermissions(UserManagerWeb.java:649)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)


> cannot remove a permission assigned to a user if this is the only permission assigned to the user (firefox 3.6.18)
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-620
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-620
>             Project: Clerezza
>          Issue Type: Bug
>            Reporter: Hasan
>
> I haven't tested the issue whether the problem occurs in other browsers or higher versions of firefox

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira