[
https://issues.apache.org/jira/browse/GEODE-9452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17404727#comment-17404727
]
ASF subversion and git services commented on GEODE-9452:
--------------------------------------------------------
Commit b944ace9c4714dd87037de6726154c9b8c1fb7d9 in geode's branch
refs/heads/develop from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=b944ace ]
GEODE-9451: On demand authentication expiration and re-authentication (#6787)
* GEODE-9456, GEODE-9452: Authentication Expiration (#6721)
* Add tests and throw AuthenticationExpiredException
* GEODE-9460: Add testing for mutli-user scenarios (#6755)
Co-authored-by: Joris Melchior <[email protected]>
> The older version client should receive the AuthenticationRequiredException
> when authentication expires
> -------------------------------------------------------------------------------------------------------
>
> Key: GEODE-9452
> URL: https://issues.apache.org/jira/browse/GEODE-9452
> Project: Geode
> Issue Type: Sub-task
> Components: core, security
> Reporter: Jinmei Liao
> Assignee: Jinmei Liao
> Priority: Major
> Labels: GeodeOperationAPI
>
> Currently, for older client, it's receiving a ClassNotFoundException, we need
> to add the serialization code to convert the AuthenticationExpiredException
> into this old exception type that the older clients can understand.
>
> Note: when converting the exception, if we have the message to match what the
> older client expects, it can do re-authentication automatically, but we lost
> the original message that server has thrown. (Need to consult the PM on what
> kind of behavior they want).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)