You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cruise-control-client allows for users to specify the parameter=value pairs for the endpoint.
For parameters that cruise-control-client has implemented (like json, under JSONParameter), cruise-control-client performs additional verification to ensure that common invalid values are not passed to this parameter.
A valid way to add the json=True pairing should be
Background
cruise-control-client
allows for users to specify theparameter=value
pairs for the endpoint.For parameters that
cruise-control-client
has implemented (likejson
, underJSONParameter
),cruise-control-client
performs additional verification to ensure that common invalid values are not passed to this parameter.A valid way to add the
json=True
pairing should beIssue
cruise-control-client
falsely invalidates the above, withThis failure also exists when using an uppercased string rather than a boolean
Both of the above are incorrect failures, and should be fixed.
A workaround in the meantime is to use a lowercased string
The text was updated successfully, but these errors were encountered: