Le 21/03/2012 18:39, Chris McDonough a écrit :
On Wed, 2012-03-21 at 18:37 +0100, tonthon wrote:
First, thanks for your answer.

I can confirm mod_wsgi is returning a double backslash instead of a
simple one when handling those chars.

I used this app :
"""
def application(environ, start_response):
      print environ
      start_response('200 OK', [('Content-Type', 'text/plain')])
      yield 'Hello World'
"""

and went to /testé, and I can found this one in my log file : {....,
'PATH_INFO': '/test\\xc3\\xa9', ...}

I'll try to look further but don't really know where to look.
You might try asking on the mod_wsgi maillist.

- C


Ok, I've got it thanks to the mod_wsgi mailing list. The apache logs were not trustable, so it led me to investigate the wrong way.

Thanks

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to