Reduce Config::get usage in BasicBlobCrypter to simplify overriding
-------------------------------------------------------------------
Key: SHINDIG-514
URL: https://issues.apache.org/jira/browse/SHINDIG-514
Project: Shindig
Issue Type: Improvement
Components: Common Components (PHP)
Reporter: Artemy Tregubenko
Attachments: reduce_config_usage.diff
Currently BasicBlobCrypter uses Config::get('allow_plaintext_token') in it's
wrap/unwrap implementation. If this value is moved to __construct, it becomes
easier to create custom BlobCrypter by overriding only __construct method in
child class.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.