---
** [tickets:#8277] UnicodeDecodeErrors with weird url params**
**Status:** in-progress
**Milestone:** unreleased
**Created:** Thu Apr 11, 2019 07:44 PM UTC by Kenton Taylor
**Last Updated:** Thu Apr 11, 2019 07:44 PM UTC
**Owner:** Kenton Taylor
After webob upgrade, malformed utf in the request params will cause errors like
this to throw unhandled:
```
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xba in position 0: invalid
start byte
```
Example: /p/project1/discussion/search/?q=%BB%B4%B
---
Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed
to https://forge-allura.apache.org/p/allura/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list.