Ticket #3663 (new defect)
Chinese folder or file name error
| Reported by: | niijyeni@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.3 |
| Component: | web frontend/mod_python | Version: | devel |
| Severity: | normal | Keywords: | apache cgi unicode verify |
| Cc: |
Description (last modified by cboos) (diff)
i clicked folder of file(encoding:utf-8) trac report this message:
Traceback (most recent call last):
File "C:\Python23\Lib\site-packages\trac\web\main.py", line 335, in dispatch_request
dispatcher.dispatch(req)
File "C:\Python23\Lib\site-packages\trac\web\main.py", line 167, in dispatch
if not req.path_info or req.path_info == '/':
File "C:\Python23\lib\site-packages\trac\web\api.py", line 193, in <lambda>
path_info = property(fget=lambda self: self.environ.get('PATH_INFO', '').decode('utf-8'),
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa6 in position 17: unexpected code byte
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


