EagleUmlCommon icon indicating copy to clipboard operation
EagleUmlCommon copied to clipboard

Duplicity of parameter in URL is not accepted in flask

Open rvilalta opened this issue 9 years ago • 0 comments

Example: getattr(sys.modules[name], name).add_url_rule("/restconf/config/Context/_connection//_connectionPort/<localId>/_connectionEndPoint/_layerProtocol/<localId2>/", view_func = globals()["Context_ConnectionUuid_ConnectionportLocalid_Connectionendpoint_LayerprotocolLocalidMethodView"].as_vie

Proposed solution: Add a counter to the duplicated parameter e.g. <localId2>

rvilalta avatar Jul 21 '16 06:07 rvilalta