metacpan / metacpan-grep-front-end

Grep Front end code
GNU General Public License v3.0
13 stars 12 forks source link

Encode cookie data to bytes #18

Closed Grinnz closed 7 years ago

Grinnz commented 7 years ago

From #5 it appears that Dancer2::Core::Cookie is expecting cookie values in bytes. This encodes the searches to UTF-8 for storage in the cookie and decodes them on retrieval.