NYPL-Simplified / server_core

Shared data model and utilities for Library Simplified server applications
7 stars 11 forks source link

Convert bytestring ConfigurationSetting values to Unicode before storing in the database #1262

Closed leonardr closed 3 years ago

leonardr commented 3 years ago

This branch fixes bugs found during in-person testing of qa-circulation.librarysimplified.org using the SimplyE mobile app.

I looked through the code for other places where we encrypt or decrypt things, and didn't find any other problems like this.

leonardr commented 3 years ago

yeah, unfortunately str doesn't work that way unless you specify an encoding.