Closed aholmes closed 5 months ago
In the Connexion context middleware, if the query string is stored as a byte array, the application will crash when it attempts to re-encode the value. To avoid that, decode the data as a UTF-8 string.
In the Connexion context middleware, if the query string is stored as a byte array, the application will crash when it attempts to re-encode the value. To avoid that, decode the data as a UTF-8 string.