Ticket #2779 (closed defect: fixed)
[workflow] MiniFieldStorage instance has no attribute 'strip'
| Reported by: | tobixx@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | wsgi |
| Cc: |
Description
Hello,
in the workflow sandbox there are several bugs where string functions are called one MiniFieldStorage? types. It seems that the wrong type (MiniFieldStorage?) comes in where strings are expected. One sample: when i try to open a new ticket a got the following error:
Traceback (most recent call last):
File "/devel/eapsh/local/lib/python2.4/site-packages/trac/web/standalone.py", line 282, in _do_trac_req
dispatch_request(path_info, req, env)
File "/devel/eapsh/local/lib/python2.4/site-packages/trac/web/main.py", line 142, in dispatch_request
dispatcher.dispatch(req)
File "/devel/eapsh/local/lib/python2.4/site-packages/trac/web/main.py", line 110, in dispatch
resp = chosen_handler.process_request(req)
File "/devel/eapsh/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 122, in process_request
ticket.populate(req.args)
File "/devel/eapsh/local/lib/python2.4/site-packages/trac/ticket/model.py", line 125, in populate
self[name] = values.get(name, '')
File "/devel/eapsh/local/lib/python2.4/site-packages/trac/ticket/model.py", line 118, in __setitem__
value = value.strip()
AttributeError: MiniFieldStorage instance has no attribute 'strip'
Greetings Steffen Oschatz
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


