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(web-server): Allow karma to run in project which path contains HTML URL encoded characters #2297

Merged
merged 1 commit into from
Aug 4, 2016

Conversation

dam-ien
Copy link
Contributor

@dam-ien dam-ien commented Aug 3, 2016

Karma fails on Jenkins (standard "Multibranch pipeline" project) when it checks out branches containing '/' as it replaces '/' by '%2F' in the folder name.

Alternatively, if the project parent folder contains %2F in its name, karma will not execute properly.

Fixes errors seen on #1751.

…ML URL encoded characters. Karma fails on Jenkins when it checks out branches containing '/' as it converts it to '%2F'. Fixes errors seen on karma-runner#1751, karma-runner#61.
@dignifiedquire
Copy link
Member

Thank you :)

@dignifiedquire dignifiedquire merged commit 8686681 into karma-runner:master Aug 4, 2016
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