changeset 7639 | 5c9e94a09e97 |
parent 7536 | 29961a416faa |
child 7660 | a1506b5306cc |
--- a/web/request.py Thu Jul 07 18:43:21 2011 +0200 +++ b/web/request.py Mon Jul 11 09:15:54 2011 +0200 @@ -462,7 +462,7 @@ try: name, peid = param.split(':', 1) except ValueError: - if not param.startswith('__') and param != "eid": + if not param.startswith('__') and param not in ('eid', '_cw_fields'): self.warning('param %s mis-formatted', param) continue if peid == eid: