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 JENKINS-33442 - Cppcheck plugin cannot find results file #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix JENKINS-33442 - Cppcheck plugin cannot find results file #30

wants to merge 1 commit into from

Conversation

deece
Copy link

@deece deece commented Mar 10, 2016

Cppcheck plugin cannot find results file if the workspace path contains an encoded '/' (%2F)

Opens the file directly in the Cppcheck plugin, and passes the stream to the XML parser, instead of passing the filename to the XML parser wihich incorrectly expands the encoded characters.

@deece deece changed the title Fix JENKINS-30026: 33442 - Cppcheck plugin cannot find results file Fix JENKINS-33442 - Cppcheck plugin cannot find results file Mar 10, 2016
…workspace path contains an encoded '/' (%2F)

Opens the file directly in the Cppcheck plugin, and passes the stream to the XML parser, instead of passing the filename to the XML parser wihich incorrectly expands the encoded characters.
@jenkinsadmin
Copy link
Member

Thank you for this pull request! Please check this document for how the Jenkins project handles pull requests.

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