pallets / werkzeug

The comprehensive WSGI web application library.
https://werkzeug.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
6.65k stars 1.73k forks source link

Fix UnicodeDecodeError issue (#2930) #2931

Closed Dart-net closed 2 months ago

Dart-net commented 2 months ago

Added handling of unicode-decode error and return correct HTTP status code when error occurred. fixes #2930

davidism commented 2 months ago

Thanks for working on this. However, I've concluded that a different change is needed, see https://github.com/pallets/werkzeug/issues/2930#issuecomment-2299406766.