Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
I use ObjectContext.userProperties as a way of communicating state between DataChannel filters. Though it has some limitations that make it painful. The biggest one is that there's no way to remove a property stored. Even replacing the value with null doesn't work (setUserProperty("p", null) throws an exception).
Let's implement the following API:
ObjectContext.removeUserProperty(String) ObjectContext.clearUserProperties()