blob: 48966a8e79ee566eacca983e5236e5160fd46c66 [file] [log] [blame]
Chetan Mehrotra1cb8c112013-11-18 11:14:13 +00001Initial Release 0.0.2
2---------------------
3
Chetan Mehrotra9d7833d2014-02-11 10:02:11 +00004** Task
5 * [FELIX-3935] - Add testcases for validating the JAAS Feature implementation
6 * [FELIX-3980] - Add documentation related to usage of Felix JAAS Bundle
7 * [FELIX-3981] - Create a sample project for demonstrating Felix JAAS main features
8 * [FELIX-3989] - Add support for determining code coverage with integration testcases
9 * [FELIX-4318] - prepare for initial release of JAAS Bundle
10
Chetan Mehrotra1cb8c112013-11-18 11:14:13 +000011** Bug
Chetan Mehrotra9d7833d2014-02-11 10:02:11 +000012 * [FELIX-3985] - ConfigSpiOsgi should be registered by default
Chetan Mehrotra1cb8c112013-11-18 11:14:13 +000013 * [FELIX-3998] - Updating JAAS config leads to registration of duplicate LoginModules
Felix Meschbergera1b333c2014-01-16 17:27:59 +000014 * [FELIX-4387] - JAAS config fields are initialized too late in the ConfigSpiOsgi constructor
15 * [FELIX-4390] - Login modules registered via LMF not updated if LMF service config changes
Chetan Mehrotra1cb8c112013-11-18 11:14:13 +000016
17** Improvement
18 * [FELIX-3983] - Use inlined Sling commons PropertiesUtil for reading config values
19 * [FELIX-3984] - Use default application/realm name of 'other' if none specified
Felix Meschbergera1b333c2014-01-16 17:27:59 +000020 * [FELIX-4389] - Configuration ranking for LMF services should also use "jaas.ranking" property
Chetan Mehrotra9d7833d2014-02-11 10:02:11 +000021 * [FELIX-4414] - Empty string value in jaas.realm should also trigger default
Chetan Mehrotra1cb8c112013-11-18 11:14:13 +000022
23** New Feature
24 * [FELIX-3705] - Bundle to simplify JAAS usage in OSGi
25