suvallur / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

byte[] content is not repeatable? #352

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you attempt to post a byte[] body to an endpoint that performs digest 
authentication, you get a long stack trace that ends near

 org.apache.http.client.NonRepeatableRequestException: Cannot retry request with a non-repeatable request entity.

Why isn't a byte[] array repeatable?

Original issue reported on code.google.com by normanwalsh on 3 Sep 2014 at 9:13