#3156·werkzeug

路由规则的相对优先级可能会从无关的规则变更

作者: sdegueldre创建于 2026年4月9日更新于 2026年8月29日

Titular issue

Have two rules with a dynamic segment using different converters with the same weight in your application. When a request comes in that could match both rules, it matches the first one because it was registered first, as documented:

内容来源: pallets/werkzeug