Changes between Initial Version and Version 1 of Ticket #25623, comment 2
- Timestamp:
 - Oct 28, 2015, 10:14:00 AM (10 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #25623, comment 2
initial v1 1 1 For what it's worth: 2 2 3 Pyramid raises a 500 (http://www.pylonsproject.org/Raumh%F6he.htm) (error code: URLDecodeError: 'utf8' codec can't decode byte 0xf6 in position 11: invalid start byte (urldispatch.py, line 86 )3 Pyramid raises a 500 (http://www.pylonsproject.org/Raumh%F6he.htm) (error code: URLDecodeError: 'utf8' codec can't decode byte 0xf6 in position 11: invalid start byte (urldispatch.py, line 86 -> https://github.com/Pylons/pyramid/issues/2047) 4 4 5 5 Flask handles it correctly.