RetailMeNot / TestRailSDK

TestRail integration with Java WebDriver implementation.
MIT License
25 stars 27 forks source link

Configurable authentication encoding #33

Closed tdebrecht-rmn closed 7 years ago

tdebrecht-rmn commented 7 years ago

For compatibility with apache commons-codec < 1.4, we need to be able to override the authentication encoding in HTTPUtils. Currently the method is static, preventing the desired configurability.