pmorie / osb-broker-lib

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

Get lastop query params using URL.Query #50

Open msjostrom opened 6 years ago

msjostrom commented 6 years ago

unpackLastOperationRequest() and BindingLastOperationRequest() incorrectly expects map returned by mux.Vars() to include HTTP GET request query parameters. This causes service_id, plan_id and operation parameters to be lost instead of inserted into the osb specific request struct(s).

Modified to use URL.Query() instead.

win5do commented 4 years ago

Does anyone come to merge this pr?