Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse REQUEST_URI properly #1682

Merged
merged 1 commit into from
Dec 17, 2015
Merged

Parse REQUEST_URI properly #1682

merged 1 commit into from
Dec 17, 2015

Conversation

akrabat
Copy link
Member

@akrabat akrabat commented Dec 16, 2015

parse_url() requires a full URL. As we don't extract the domain name
or scheme from this, we can use a stand-in. This allows the REQUEST_URI
to start with multiple forward slashes...

Fixes #1679

parse_url() requires a full URL. As we don't extract the domain name
or scheme from this, we can use a stand-in. This allows the REQUEST_URI
to start with multiple forward slashes...

Fixes #1679
@akrabat akrabat added the Slim 3 label Dec 16, 2015
@akrabat akrabat added this to the 3.1.0 milestone Dec 16, 2015
codeguy added a commit that referenced this pull request Dec 17, 2015
@codeguy codeguy merged commit e88c825 into slimphp:3.x Dec 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants