sahaya / rest-assured

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

Rest Assured doesn't respected trailing slashes in URL's #276

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E.g.

RestAssured.basePath = "/v1/"

get("/ikk") will goto "localhost:8080/v1" and not "http://localhost:8080/v1/"

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

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 27 Nov 2013 at 12:47