Hi,

In [2853], in trac/ticket/web_ui.py, was introduced the following change:

 # FIXME: remove this once WSGI is merged
 req.args = dict(req.args)

Unfortunately, for me this breaks, as subsequent req.args.get(),
like in the Ticket.populate(), retrieve a MiniFieldStorage, and not a string.

So, I wonder which direction should we take for the fix...
* revert that part of the change (req.args remains a FieldStorage)
* go further and transform req.args to a dict where the values are also strings

-- Christian



_______________________________________________
Trac-dev mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-dev

Reply via email to