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
Priority: Minor
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