How to handle missing storage objects for consent ?
Tom Zeller
tzeller at dragonacea.biz
Tue Nov 18 18:13:36 EST 2014
I asked earlier today about how to handle a missing servlet request,
and the answer was return an InvalidProfileContext event. Should I do
the same if storage related objects are not available ?
The AbstractConsentStorageAction retrieves a StorageService from the
interceptor context attempted flow descriptor, and supplies a storage
context and key as a result of applying functions to the PRC. These
are required to read and write to storage, so rather than returning
false in doPreExecute(), I should return InvalidProfileContext,
correct ?
Thanks again.
More information about the dev
mailing list