contraband / autopilot

cf plugin for hands-off, zero downtime application deploys
Apache License 2.0
130 stars 43 forks source link

Updated to ensure that application names are query escaped before usage... #30

Closed willmadison closed 8 years ago

willmadison commented 8 years ago

Encountered a case today where we had an existing application whose name had a space in it and autopilot failed with mysterious JSON marshalling error. Updated so that the app name is query escaped before being substituted into the CF API endpoint for retrieving application metadata given that CF allows spaces and other characters in the application name

xoebus commented 8 years ago

Thanks!