Campoie / rest-assured

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

Fully-qualified uri must override base path #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E.g. if having specified RestAssured.baseURI, basePath etc then doing:

get("http://someOtherBaseUri/x")

should not apply basePath etc.

Original issue reported on code.google.com by johan.ha...@gmail.com on 7 Mar 2011 at 3:36

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 7 Mar 2011 at 3:37

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 26 Mar 2011 at 4:43

GoogleCodeExporter commented 9 years ago
I am also experiencing this problem in the current version of RestAssured 
(1.7.1).

Example:
get("http://localhost:1085/my-context-path?someParam=201468307555168968435823");

In the log I can see the following request is being fired:
Request method: GET
Request 
path:   /my-preconfigured-base-path/http://localhost:1085/my-context-path?somePara
m=201468307555168968435823

Original comment by roth.ben...@gmail.com on 4 Dec 2012 at 1:45

GoogleCodeExporter commented 9 years ago
I think (hopefully) this is a problem with logging and not the actual URI.

Original comment by johan.ha...@gmail.com on 4 Dec 2012 at 1:52