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

FIXED IE and Chrome download issue when file path is window style #93

Merged
merged 2 commits into from
Aug 23, 2016

Conversation

fengxx
Copy link

@fengxx fengxx commented Aug 19, 2016

Chrome and IE convert \ to / and caused s3 plugin can not match the artifact by name, escape / with %5c will fix the issue

reference

@@ -42,6 +42,11 @@ public void setKeepForever(boolean keepForever) {
public String getName() {
return artifact.getName();
}
@Exported

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, put empty line between methods.

@Jimilian
Copy link

Looks good, thanks you!
Please, add small unittest for this. Just to be sure that it works as expected.

@Jimilian Jimilian merged commit e120c68 into jenkinsci:master Aug 23, 2016
@Jimilian
Copy link

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