Skip to content

Conversation

@utnapischtim
Copy link
Contributor

  • RuntimeWarning: You are overriding the default OAuthlib "URL encoded"
    set of valid characters. Make sure that the characters defined in
    oauthlib.common.urlencoded are indeed limitting your needs.

* RuntimeWarning: You are overriding the default OAuthlib "URL encoded"
  set of valid characters. Make sure that the characters defined in
  oauthlib.common.urlencoded are indeed limitting your needs.
@utnapischtim utnapischtim moved this to Triage in vNext Mar 16, 2025
@utnapischtim utnapischtim moved this from Triage to 👀 In review in vNext May 13, 2025
# Invalid query strings
("$type=search", False),
("q=Joan+D'Arc", False),
("$type=search", True),

Choose a reason for hiding this comment

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

This is all a bit confusing to me. Are queries really processed through the oauth2 module?

My summary of this PR is that the character restrictions from queries got copied over to this module, and the correct character restrictions should be loosened to be compliant for oauth2. But it might be nice to change the name of the test or add a bit of documentation to clarify that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 👀 In review

Development

Successfully merging this pull request may close these issues.

2 participants