uclahs-cds / Ligare

GNU General Public License v2.0
0 stars 0 forks source link

Fix problem with application crashing when query string is stored as bytes #65

Closed aholmes closed 5 months ago

aholmes commented 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.