Skip to content

Conversation

@rherrell
Copy link
Collaborator

@rherrell rherrell commented Dec 5, 2025

Collection names were being improperly created due to a bug in the core library plug-in.
Likewise, if a json file is returned during a ResourceCreated event that is missing the @odata.type or @odata.id properties, (a malformed Redfish object), the json file cannot be parsed by the Sunfish handlers, resulting in garbage in the Redfish resource trees. Added a check for both these properties. This is still no guarantee that the json response is Redfish compliant, but does prevent totally bogus json files from creating all kinds of odd error messages and incorrect Redfish tree structures.

… property

Signed-off-by: rherrell <russ.herrell@hpe.com>
Copy link

@cayton cayton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see comments.

Signed-off-by: rherrell <russ.herrell@hpe.com>
@rherrell
Copy link
Collaborator Author

rherrell commented Dec 8, 2025

I think we are ready to merge into Main.

Copy link
Collaborator Author

@rherrell rherrell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed in group

@mjaguil mjaguil merged commit 18f2fc8 into main Dec 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants