Community
Participate
Working Groups
ISessionStore does not allow null-values in its setAttribute() and removeAttribute() methods. ApplicationStoreImpl currently does not check for null-values. I suggest to check for null-values in ApplicationStoreImpl to align its behavior with the session store
If this was implemented as suggested, the null-checks in ApplicationConfigurationImpl#setAttribute() would becoome obsolete.
+1 for disallowing null values
Implemented as suggested. Changes are in CVS HEAD.