Chetan Mehrotra | 1cb8c11 | 2013-11-18 11:14:13 +0000 | [diff] [blame] | 1 | Initial Release 0.0.2 |
| 2 | --------------------- |
| 3 | |
Chetan Mehrotra | 9d7833d | 2014-02-11 10:02:11 +0000 | [diff] [blame] | 4 | ** 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 Mehrotra | 1cb8c11 | 2013-11-18 11:14:13 +0000 | [diff] [blame] | 11 | ** Bug |
Chetan Mehrotra | 9d7833d | 2014-02-11 10:02:11 +0000 | [diff] [blame] | 12 | * [FELIX-3985] - ConfigSpiOsgi should be registered by default |
Chetan Mehrotra | 1cb8c11 | 2013-11-18 11:14:13 +0000 | [diff] [blame] | 13 | * [FELIX-3998] - Updating JAAS config leads to registration of duplicate LoginModules |
Felix Meschberger | a1b333c | 2014-01-16 17:27:59 +0000 | [diff] [blame] | 14 | * [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 Mehrotra | 1cb8c11 | 2013-11-18 11:14:13 +0000 | [diff] [blame] | 16 | |
| 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 Meschberger | a1b333c | 2014-01-16 17:27:59 +0000 | [diff] [blame] | 20 | * [FELIX-4389] - Configuration ranking for LMF services should also use "jaas.ranking" property |
Chetan Mehrotra | 9d7833d | 2014-02-11 10:02:11 +0000 | [diff] [blame] | 21 | * [FELIX-4414] - Empty string value in jaas.realm should also trigger default |
Chetan Mehrotra | 1cb8c11 | 2013-11-18 11:14:13 +0000 | [diff] [blame] | 22 | |
| 23 | ** New Feature |
| 24 | * [FELIX-3705] - Bundle to simplify JAAS usage in OSGi |
| 25 | |