Issue 66 in google-app-engine-oil: Does not correspond to non-UTF8 Request

4 views
Skip to first unread message

google-app...@googlecode.com

unread,
Jan 18, 2011, 9:46:47 PM1/18/11
to google-app...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 66 by ishikawa...@gmail.com: Does not correspond to non-UTF8
Request
http://code.google.com/p/google-app-engine-oil/issues/detail?id=66

What steps will reproduce the problem?
1. For example, sends postdata SHIFT_JIS
2. Controller parameter is blank

I wanted to do the following to measure.
Please tell me if there is any other better way.

gaeo/app.py
def __init__(self, environ=None, charset='UTF-8'):
""" Create the request instance.

Args:
environ: the environment dict.
charset: the character set used to encode/decode the strings in
the request.
"""
super(GaeoRequest, self).__init__(environ, charset=None,
unicode_errors='ignore',
decode_param_names=True)
#super(GaeoRequest, self).__init__(environ, charset=charset,
# unicode_errors='ignore',
decode_param_names=True)


Reply all
Reply to author
Forward
0 new messages