pmorie / osb-broker-lib

A go library for developing an Open Service Broker
Apache License 2.0
28 stars 23 forks source link

fixes 8 - use r.FormValue to access query params #10

Closed jmrodri closed 6 years ago

jmrodri commented 6 years ago

This only fixes the specific case of deprovision. There are other cases where we are using vars[key] for query parameters which is incorrect.

jmrodri commented 6 years ago

Fixed issue #8