You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URI path encoding whack-a-mole. This fix should cover a significant number of cases.
Also, fixed to NOT do URLEncode for URI path. The encoding is different between path and query.
Fixeshub4j#624
bitwiseman
added a commit
to bitwiseman/github-api
that referenced
this issue
Nov 26, 2019
URI path encoding whack-a-mole. This fix should cover a significant number of cases.
Also, fixed to NOT do URLEncode for URI path. The encoding is different between path and query.
Fixeshub4j#624
URI path encoding whack-a-mole. This fix should cover a significant number of cases.
Also, fixed to NOT do URLEncode for URI path. The encoding is different between path and query.
Fixeshub4j#624
Describe the bug
When using the GHContent update method and the path (filename) contains spaces the library throws an error of;
org.kohsuke.github.HttpException: <title>Malformed request</title>
We didn't receive a proper request from your browser. Please contact us if the problem persists.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The file should be updated.
Desktop :
Additional context
Create content has a the same issue but I can at least escape the file name with %20
The text was updated successfully, but these errors were encountered: