Skip to content
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

fix: Enforce usage of Base64 compliant with RFC 4648 for all operations #1785

Conversation

valfirst
Copy link
Collaborator

Change list

Enforce usage of Base64 encoding scheme compliant with RFC 4648 for all operations (instead of RFC 2045).

Types of changes

What types of changes are you proposing/introducing to Java client?

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Details

I'm not sure whether it's really necessary. However the wave of conversations around encoding of screenshots makes me think that following single standard (W3C WebDriver spec sticks to RFC 4648) for all operations will be more consistent approach.

@valfirst valfirst marked this pull request as draft October 27, 2022 16:10
@valfirst valfirst marked this pull request as ready for review October 27, 2022 16:53
@valfirst valfirst merged commit b5c9e39 into appium:master Oct 27, 2022
@valfirst valfirst deleted the enforce-usage-of-base64-rfc-4648-for-all-operations branch October 27, 2022 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants