Comment 2 for bug 829011

Revision history for this message
Salvatore Orlando (salvatore-orlando) wrote :

This bug fix, in my opinion, will require changes in the WSGI middleware, and possibly also routes mapping.
The 'id' parameter is extracted from the wsgiorg.routing.args dictionary associated with the request.

A rather dirty fix would consist in adding to arg_dict an attribute with a name such as "resource_id" and assign it the value of the "id" attribute.

However, taking into account that the only benefit is a Pylint score improvement, I don't feel this is the kind of change we want to do when we are so close to release date.

I therefore propose to un-target this bug. If somebody else wants to have a crack at it, please assign the bug to yourself. I'm not actively working on it.