MezzoNZ / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

crunchy with python3.1 -can not set security setting for given site (single mode) #218

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start crunchy in single user mode with Python 3.1
2. browse an external site
3. select a different security mode from the menu
4. reload the page

No change has taken place.

Original issue reported on code.google.com by andre.ro...@gmail.com on 16 Aug 2009 at 9:34

GoogleCodeExporter commented 8 years ago
Thanks to firebug, here's the traceback:

Traceback (most recent call last):
  File "/Users/andre/CrunchySVN/trunk/crunchy/src/http_serve.py", line 299, in do_POST
    self.server.get_handler(self.path)(self)
  File "/Users/andre/CrunchySVN/trunk/crunchy/src/plugins/security_advisor.py", line
275, in set_security_list
    site_list_info = request.data.strip(',').split(',')
TypeError: Type str doesn't support the buffer API

Original comment by andre.ro...@gmail.com on 16 Aug 2009 at 9:41

GoogleCodeExporter commented 8 years ago
Fixed revision 1322.

Original comment by andre.ro...@gmail.com on 22 Aug 2009 at 8:29