fix: Enforce usage of Base64 compliant with RFC 4648 for all operations by valfirst · Pull Request #1785 · appium/java-client

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.