Support parameter names with +, with extra allowed characters.
Some OpenAPI documents use e.g. /foo/{+bar}
, which means the bar
variable has a larged allowed character set.
But the generator today rejects it because it looks for the parameter named exactly +bar
, and that's not found.