forcedotcom / ApexUnit

ApexUnit is a powerful continuous integration tool for the Force.com platform
BSD 3-Clause "New" or "Revised" License
71 stars 51 forks source link

Program crashes if password contains certain special characters #46

Closed glang closed 8 years ago

glang commented 8 years ago

A provided password that contains certain special characters would crash ApexUnit due to the fact that it is appended to a url string.

A fix that converts the password to an encoded password before appending it to the url string will be merged soon.

adarsh-ramakrishna-sfdc commented 8 years ago

related Pull request : #45