-
Notifications
You must be signed in to change notification settings - Fork 23
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
#550: Fix download url generated from plugin id #615
Conversation
Pull Request Test Coverage Report for Build 10888821307Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@slskiba thanks for this PR and finding a proper solution. I do not know why +
is not supported as that seems a common HTTP standard but for sure you did this on purpose.
Using URLEncoder
from JDK is a good choice for the fix. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Closes #550.
Requires merging of #609 to be fully function for zip compressed plugins.