Just updated a project I hadn’t touched in a while, plug 1.10.0 → 1.13.2, and the following path is now broke:
get "/docexport/:path1/:path2/:path3/:file_name",...
because:
(Plug.Router.InvalidSpecError) invalid dynamic path. Only letters, numbers, and underscore are allowed after :...
Was this intentional to exclude multiple dynamic components in a path??