[
https://issues.apache.org/jira/browse/SHINDIG-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan Baxter resolved SHINDIG-1747.
----------------------------------
Resolution: Fixed
Fix Version/s: 2.5.0
Committed
> 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
>
> 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