You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for finding this bug. We have a PR that should fix this: #1168
jmklix
added
closing-soon
This issue will automatically close in 5 days unless further comments are made.
p2
This is a standard priority issue
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Nov 12, 2024
Describe the bug
I am trying to connect using
aws-c-s3
to a localstack instance. On listing objects in a bucket localstack replies withbut xml_parser is unable to parse empty tag
<Prefix />
: it ignores that it is an empty tag and looks for</Prefix>
, failing to parse the document.Regression Issue
Expected Behavior
Valid XML is parsed.
Current Behavior
Parser logs
XML document is invalid.
and returns error.Reproduction Steps
Try to parse
Possible Solution
No response
Additional Information/Context
No response
aws-c-common version used
v0.9.27
Compiler and version used
GCC 11.2
Operating System and version
Linux
The text was updated successfully, but these errors were encountered: