On Wed, 2023-01-11 at 19:36 -0800, Roy T. Fielding wrote: > I am pretty sure that this change makes the example incorrect. > > That regex is not supposed to match "/foo/" (even if one might > want to do that for directory examples, this particular example > is not about directories). /foo is the whole path. > > If a directory example is desired, perhaps a new example would > be better?
Perhaps. I tested the example that was in the doc previously, and it failed - but I think it was because the browser tried to get clever, and appended a "/" I'll dig deeper on this.