haskell-servant / servant-multipart

Support for file uploads in multipart/form-data for servant
https://hackage.haskell.org/package/servant-multipart
40 stars 37 forks source link

Use only alphanumeric characters for genBoundary #31

Closed jonathanjouty closed 4 years ago

jonathanjouty commented 5 years ago

Some services / sites fail when non-alphanumeric values are used for the boundary (even though the RFC permits them).

Even Chromium has had to work around this.

Fixes #30