You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
The reserved bracket characters are escaped. This resulting URL is not a valid LinkedIn API URL.
Zend\Uri\Uri::toString() uses self::encodePath($this->path) internally, making it impossible to override encodePath()'s behaviour by extending Zend\Uri\Http and replacing the method.
My understanding of the RFC is that reserved characters need not necessarily be escaped where they are being used as delimiters. Should there be some way to represent URLs such as the above?
The text was updated successfully, but these errors were encountered:
samsonasik
added a commit
to samsonasik/zend-uri
that referenced
this issue
Jul 14, 2017
This issue was originally submitted as zendframework/zendframework#6153.
This is a valid LinkedIn API URL:
Using the following code:
Results in:
The reserved bracket characters are escaped. This resulting URL is not a valid LinkedIn API URL.
Zend\Uri\Uri::toString() uses self::encodePath($this->path) internally, making it impossible to override encodePath()'s behaviour by extending Zend\Uri\Http and replacing the method.
My understanding of the RFC is that reserved characters need not necessarily be escaped where they are being used as delimiters. Should there be some way to represent URLs such as the above?
The text was updated successfully, but these errors were encountered: