
codesite-noreply at google
Jun 15, 2009, 3:38 AM
Post #1 of 3
(202 views)
Permalink
|
|
Issue 494 in cherokee: Rule Table: Reordering issue
|
|
Status: Accepted Owner: ---- Labels: Type-Defect Priority-High OpSys-All Component-Admin New issue 494 by alobbs: Rule Table: Reordering issue http://code.google.com/p/cherokee/issues/detail?id=494 Rules can be misplaced in the rules list: http://screencast.com/t/HB1Lb0esmf It also generates the following backtrace: --------------- Traceback (most recent call last): File "/Users/alo/prog/cherokee/admin/pyscgi.py", line 126, in handle self.handle_request() File "/Users/alo/prog/cherokee/admin//server.py", line 168, in handle_request body = page.HandleRequest(uri, post) File "/Users/alo/prog/cherokee/admin/Form.py", line 64, in HandleRequest return self._op_handler(ruri, post) File "/Users/alo/prog/cherokee/admin/PageVServer.py", line 135, in _op_handler rules.change_prios (changes) File "/Users/alo/prog/cherokee/admin/RuleList.py", line 66, in change_prios old, new = int(change[0]), int(change[1]) ValueError: invalid literal for int() with base 10: '' --------------- -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev[at]lists.octality.com http://lists.octality.com/listinfo/cherokee-dev
|