-
Notifications
You must be signed in to change notification settings - Fork 668
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
Properly encode / sanitize URL's (Example: authorization_endpoint) #11472
Milestone
Comments
michaelstingl
added
the
p2-high
Escalation, on top of current planning, release blocker
label
Jan 15, 2024
Isn't there some Qt magic we can use? |
Encoding a url is no magic. |
erikjv
added a commit
that referenced
this issue
Jan 17, 2024
The scope and the prompt items of an OAuth query can be branded and can contain characters that are not valid without encoding them. This change makes sure that those get encoded properly. Fixes: #11472
erikjv
added a commit
that referenced
this issue
Jan 18, 2024
The scope and the prompt items of an OAuth query can be branded and can contain characters that are not valid without encoding them. This change makes sure that those get encoded properly. Fixes: #11472
erikjv
added a commit
that referenced
this issue
Jan 31, 2024
The scope and the prompt items of an OAuth query can be branded and can contain characters that are not valid without encoding them. This change makes sure that those get encoded properly. Fixes: #11472
erikjv
added a commit
that referenced
this issue
Jan 31, 2024
The scope and the prompt items of an OAuth query can be branded and can contain characters that are not valid without encoding them. This change makes sure that those get encoded properly. Fixes: #11472
Tested with encoded URL: white spaces are encoded
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pre-submission Checks
Describe the bug
ownCloud Desktop sync client generates invalid URL's with Space characters:
Expected behavior
URL's should be properly encoded / sanitized.
Steps to reproduce the issue
No response
Screenshots
Logs
No response
Client version number
Desktop environment (Linux only)
No response
Client package version and origin (Linux only)
No response
Installation path (Windows only)
No response
Server information
https://ocis.ocis-keycloak.latest.owncloud.works/
Additional context
Doesn't work in curl:
The text was updated successfully, but these errors were encountered: