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

AwsInjectableTag appends new line character causing Exception #84

Closed
udgupta opened this issue Aug 29, 2012 · 2 comments
Closed

AwsInjectableTag appends new line character causing Exception #84

udgupta opened this issue Aug 29, 2012 · 2 comments
Assignees

Comments

@udgupta
Copy link
Contributor

udgupta commented Aug 29, 2012

The new line character for tags like INSTANCEID can result in error during cloudwatch data submission because new line is a non-ASCII character and for a value like i-32aserv (instance-id).

parameter MetricData.member.5.Dimensions.member.1.Value contains non-ASCII characters.

It should be possible that for one line response no new line character is added.

@udgupta
Copy link
Contributor Author

udgupta commented Aug 29, 2012

Or better, just do the buffered byte array dump to string.

@brharrington
Copy link
Contributor

Thanks for the report, we'll try to get a fix out this week.

@ghost ghost assigned gorzell Sep 5, 2012
gorzell pushed a commit to gorzell/servo that referenced this issue Sep 5, 2012
…tems requested return more than one line, just get that line and return it.
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

3 participants