You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Ryan Baxter (JIRA)" <ji...@apache.org> on 2012/05/30 14:46:30 UTC

[jira] [Updated] (SHINDIG-1747) AbstractLockedDomainService has a protected enabled variable as well as a public isEnabled method

     [ https://issues.apache.org/jira/browse/SHINDIG-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Baxter updated SHINDIG-1747:
---------------------------------

    Fix Version/s:     (was: 2.5.0)
                   2.5.0-beta2
    
> AbstractLockedDomainService has a protected enabled variable as well as a public isEnabled method
> -------------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1747
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1747
>             Project: Shindig
>          Issue Type: Bug
>    Affects Versions: 2.5.0
>            Reporter: Ryan Baxter
>            Assignee: Ryan Baxter
>            Priority: Minor
>             Fix For: 2.5.0-beta2
>
>         Attachments: issue-1747.patch
>
>
> AbstractLockedDomainService has both a protected enabled variable as well as a public isEnabled method.  Both of which can be used to determine whether locked domains is enabled.  However the methods in AbstractLockedDomainService and HashLockedDomainService all use the protected enabled variable so if someone who extends AbstractLockedDomainService or HashLockedDomainService and overrides isEnabled it won't actually be honored or used by any of the methods.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira