Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML Encoding as UTF-16 not UTF-8 #67

Closed
Industry4 opened this issue May 16, 2023 · 1 comment
Closed

XML Encoding as UTF-16 not UTF-8 #67

Industry4 opened this issue May 16, 2023 · 1 comment
Assignees
Labels
bug Something isn't working IPC-Hermes-9852 Spec Bring it back to specification R MIT User Request
Projects
Milestone

Comments

@Industry4
Copy link
Owner

  1. Page 28, 3.1 'Message Format' of the Hermes Spec states XML must be encoded as UTF-8 and XML version 1.1, customer has reported that UTF-16 is being declared. Spec: The_Hermes_Standard_Version_1_5.pdf
    unnamed
  2. Also Requested if the XML declaration can be disabled
  3. Additional Improvement: Would be to check the size of every message and make sure it is no bigger than 65536 bytes.
@Industry4 Industry4 added bug Something isn't working IPC-Hermes-9852 Spec Bring it back to specification R MIT User Request labels May 16, 2023
@Industry4 Industry4 added this to the 1.0.17 milestone May 16, 2023
@Industry4 Industry4 added this to To do in BETA via automation May 16, 2023
@Industry4 Industry4 self-assigned this May 16, 2023
@Industry4 Industry4 moved this from To do to In progress in BETA May 20, 2023
@Industry4 Industry4 moved this from In progress to Done in BETA May 20, 2023
@Industry4
Copy link
Owner Author

Inline with the Hermes Simulation App all xml declarations have been removed and the encoding is now UTF-8. A check is made of the message size and if oversized the message will not be sent and a trace log will be made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working IPC-Hermes-9852 Spec Bring it back to specification R MIT User Request
Projects
BETA
Done
Development

No branches or pull requests

1 participant