Rupesh029 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

EC2Utils retries bug #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm playing around with the API to fetch EC2 instance metadata.
http://code.google.com/p/typica/source/browse/trunk/java/com/xerox/amazonws/ec2/
EC2Utils.java

I noticed that if I pass in a bogus key it goes into an infinite loop. The
problem seems to be that the retries variable is never incremented.

Original issue reported on code.google.com by dkavan...@gmail.com on 17 Jun 2008 at 8:25

GoogleCodeExporter commented 9 years ago
forgot to increment retry counter. fixed in SVN

Original comment by dkavan...@gmail.com on 4 Aug 2008 at 7:42