Message4073

Author leosoto
Recipients amak, leosoto
Date 2009-01-25.16:39:41
SpamBayes Score 0.011451647
Marked as misclassified No
Message-id <1232901581.37.0.151518092899.issue1245@psf.upfronthosting.co.za>
In-reply-to
Content
In the meantime, for django-jython I'll apply the following workaround
on application.py:

for key in environ:
  if key.startswith('HTTP_') and isinstance(environ[key], unicode):
    environ[key] = environ[key].encode('iso-8859-1')
History
Date User Action Args
2009-01-25 16:39:41leosotosetmessageid: <1232901581.37.0.151518092899.issue1245@psf.upfronthosting.co.za>
2009-01-25 16:39:41leosotosetrecipients: + leosoto, amak
2009-01-25 16:39:41leosotolinkissue1245 messages
2009-01-25 16:39:41leosotocreate