You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Kenton Taylor <kt...@slashdotmedia.com> on 2019/04/11 19:44:43 UTC

[allura:tickets] #8277 UnicodeDecodeErrors with weird url params



---

** [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.

[allura:tickets] #8277 UnicodeDecodeErrors with weird url params

Posted by Dave Brondsema <da...@brondsema.net>.
- **status**: review --> closed
- **Reviewer**: Dave Brondsema



---

** [tickets:#8277] UnicodeDecodeErrors with weird url params**

**Status:** closed
**Milestone:** unreleased
**Created:** Thu Apr 11, 2019 07:44 PM UTC by Kenton Taylor
**Last Updated:** Thu Apr 11, 2019 07:54 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.

[allura:tickets] #8277 UnicodeDecodeErrors with weird url params

Posted by Kenton Taylor <kt...@slashdotmedia.com>.
- **status**: in-progress --> review
- **Comment**:

kt/8277



---

** [tickets:#8277] UnicodeDecodeErrors with weird url params**

**Status:** review
**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.