[
https://issues.apache.org/jira/browse/GEODE-9460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406923#comment-17406923
]
ASF subversion and git services commented on GEODE-9460:
--------------------------------------------------------
Commit 4af2badab70b0321491b2ddc4e21b8551ea5a368 in geode's branch
refs/heads/develop from Joris Melchior
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=4af2bad ]
GEODE-9458: function execution with expiring authentication (#6789)
* GEODE-9456, GEODE-9452: Authentication Expiration (#6721)
* Add tests and throw AuthenticationExpiredException
Co-authored-by: Joris Melchior <[email protected]>
* GEODE-9460: Add testing for mutli-user scenarios (#6755)
Co-Authored-By Jinmei Liao <[email protected]>
* review update
* revert accidental change
* GEODE-9458: function execution with expiring authentication
* Changes based on review
* Changes based on review, parameterization
Co-authored-by: Jinmei Liao <[email protected]>
> add tests for multi-user mode when one user expires
> ---------------------------------------------------
>
> Key: GEODE-9460
> URL: https://issues.apache.org/jira/browse/GEODE-9460
> Project: Geode
> Issue Type: Sub-task
> Reporter: Jinmei Liao
> Assignee: Joris Melchior
> Priority: Major
> Labels: GeodeOperationAPI, pull-request-available
>
> Current state:
> Currently an established client connection does not time out
> New state:
> Client connections can be subject to time out depending on the security
> manager implementation and client code should be able to handle
> re-authentication of client connections.
> Things to test:
> * Test multi-user connections and ensure that when one specific user times
> out this user is forced to re-authenticate
> * Confirm re-authentication on both new version and versions of the client
> in pre 1.13.3 releases
> * Confirm the behaviour in single and multi-server environments
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)