Changes between Initial Version and Version 2 of Ticket #316


Ignore:
Timestamp:
05/20/10 14:46:41 (4 years ago)
Author:
dread
Comment:

This exception occurs for ckan.net with just this one character: http://ckan.net/package/search?q=%C2 (you can wget it)

But I can't recreate it on my machine. Maybe it's a version issue.

The client that is making all these crazy calls is googlebot.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #316

    • Property Summary changed from Search URL encoding issue to Search URL escaping
  • Ticket #316 – Description

    initial v2  
    77returns this exception: 
    88 
     9{{{ 
    910URL: http://www.ckan.net/package/search?q=fjdkf%2B%C2%B4gfhgfkgf%7Bg%C2%B4pk&search=Search+Packages+%C2%BB 
    1011Module weberror.errormiddleware:162 in __call__ 
     
    184185>>  cursor.execute(statement, parameters) 
    185186UnicodeEncodeError: 'ascii' codec can't encode character u'\xb4' in position 6: ordinal not in range(128) 
     187}}}