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

Fix invalid extraction of the host part from URL #2892

Merged
merged 1 commit into from
May 4, 2016
Merged

Fix invalid extraction of the host part from URL #2892

merged 1 commit into from
May 4, 2016

Conversation

Taritsyn
Copy link
Contributor

@Taritsyn Taritsyn commented May 4, 2016

In extractUrlParts method of environment/abstract-file-manager module there is an error in regular expression. Due to an this error occurs incorrect extraction of the host part from URL.

For example, we have URL - /Content/less/. Due to an error we get the host part equals to /Content/, but it should be /.

@seven-phases-max seven-phases-max merged commit e72751a into less:master May 4, 2016
@seven-phases-max
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants