Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.7
-
None
-
Unknown
Description
After adding most of the Serializables (https://issues.apache.org/jira/browse/CXF-5331) I found another one.
ServerAuthorizationCodeGrant is serializable but that does not work because its superclass is not serializable and does not have a no-arg constructor. I looked at the type-hierarchy and propose to move the marker to AccessTokenGrant.