final Request r = builder
.buildPostRequest(subpath.toString())
.withCredentials(username, password)
.withCustomizer(requestCustomizer)
.withEntity(new UrlEncodedFormEntity(opt));
executor.execute(r).assertStatus(200);
return executor;
}
/** If called after runTests, returns the path used to