Details
-
Bug
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Line #596
"createSelfLink()" function inside "AtomEntryEntityProducer.java" appends extra parenthesis if "createEntryKey(eia, data)" is empty or null
-> There should be a check for "createEntryKey(eia, data)"
-> If this is empty or null, then extra parenthesis should also be removed.
Otherwise the payload results in BAD Request exception.