Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
2960
Description
Identityref values fail to deserialize if only name of identity is provided without prefix.
example of json restcong input that fails (toaster sample):
{
"input" :
}
According to specification we should be able to deserialize this value without prefix, if identity that is referenced is defined in the same module as other data. This input works in Helium. In Lithium it only works if payload is specified in XML.