Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
MessageDispatcher uses Thread.sleep and wakes up intervals to recheck authorization to see if new subject has re-logged in or not, if not, it will call "authorize" again and again till timeout. Suggest using "wait/notify" mechanism to wait for the subject to be updated, this way we don't use Thread.sleep and not place unnecessary calls to the security manager.
Attachments
Issue Links
- is related to
-
GEODE-9451 On demand authentication expiration and re-authentication
- Closed
- links to