Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Conversation

@johannes85
Copy link
Contributor

RestClient still used the deprecated getTarget method of RestRequest which caused the url segments not to work in GET parameters.

thekid added a commit that referenced this pull request Jan 16, 2017
$send->setMethod($request->getMethod());
$send->setTarget($request->getTarget($this->connection->getUrl()->getPath('/')));
$send->setTarget($targetUrl->getPath('/'));

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will cause problems and BC breaks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants