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

Happen an error when parsing XML document with S3's Java-Client #94

Closed
yosukehara opened this issue Oct 28, 2013 · 3 comments
Closed

Happen an error when parsing XML document with S3's Java-Client #94

yosukehara opened this issue Oct 28, 2013 · 3 comments
Assignees
Milestone

Comments

@yosukehara
Copy link
Member

@ghost ghost assigned yosukehara Oct 30, 2013
@yosukehara
Copy link
Member Author

We tried to parse the XML but we did not find problems.
Closing this issue.

@mocchira
Copy link
Member

The root cause is fount out that this issue seem to be an aws-sdk-java's bug.

https://github.com/aws/aws-sdk-java/blob/master/src/main/java/com/amazonaws/services/s3/model/transform/XmlResponsesSaxParser.java#L684

The above line sholud be placed in the startElement method(https://github.com/aws/aws-sdk-java/blob/master/src/main/java/com/amazonaws/services/s3/model/transform/XmlResponsesSaxParser.java#L603)

Since fixing this issue at the aws-sdk might be difficult for some reason, we will fix by removing some spaces for indenting XML texts.

@mocchira mocchira reopened this Nov 13, 2013
@yosukehara
Copy link
Member Author

Thanks for surveying Java's S3 lib.

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

No branches or pull requests

2 participants