-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OAuth2 configuration: trim leading/trailing blanks from most paramete…
…rs set from UI to avoid weird issues I've been bitten by deadlock/crashes (in src/auth/oauth2/core/qgsauthoauth2method.cpp, and with messages about O2ReplyServer parent thread not being the current one), when erroneously inserting a space character before the OAuth2 refresh token URL (' https://something'). Removing it makes things work nicely. So while this doesn't fix a potential more fundamental threading issue in some scenarios, this at least avoids this weird error.
- Loading branch information
1 parent
e3d7152
commit 62708f2
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters