In ResourceAccess if we are running out of options and we still have a relative URI, we attempt to make it absolute. As written, we do this against the current working directory. But that's wrong. We should, at least preferentially, do it against the base URI of the request.