comparison doc/acknowledgements.txt @ 5851:167ef847fcdf

issue2551053: Fix routing dict in rest.py The routing dictionary in rest.py used compiled regular expressions as dictionary keys. This worked most of the time because the regex lib uses a cache but resulted in duplicate keys in the dictionary in some cases where a single key should have been used. Thanks to Robert Klonner for discovering the problem, debugging the root cause and providing a first proposed fix.
author Ralf Schlatterbeck <rsc@runtux.com>
date Tue, 13 Aug 2019 09:46:02 +0200
parents 33f8bb777659
children fe96015445e9
comparison
equal deleted inserted replaced
5850:048ff467add9 5851:167ef847fcdf
179 Brian Kelley, 179 Brian Kelley,
180 James Kew, 180 James Kew,
181 Sheila King, 181 Sheila King,
182 Michael Klatt, 182 Michael Klatt,
183 Bastian Kleineidam, 183 Bastian Kleineidam,
184 Robert Klonner,
184 Axel Kollmorgen, 185 Axel Kollmorgen,
185 Cédric Krier, 186 Cédric Krier,
186 John Kristensen, 187 John Kristensen,
187 Detlef Lannert, 188 Detlef Lannert,
188 Andrey Lebedev, 189 Andrey Lebedev,

Roundup Issue Tracker: http://roundup-tracker.org/