sahaya / rest-assured

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

REST Assured overrides fully-qualified URL's with statically defined content #277

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
RestAssured.port = 9090;
RestAssured.basePath = "/something";

get("http://x.y.com/testfile1.txt"); => will goto http://localhost:9090

This is a regression bug, it's not present in versions prior to 1.9.0.

Original issue reported on code.google.com by johan.ha...@gmail.com on 26 Nov 2013 at 2:43

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 27 Nov 2013 at 1:20