SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
714 stars 108 forks source link

Controller key should always match up to a single path segment #168

Closed NinoFloris closed 5 years ago

NinoFloris commented 5 years ago

Controller 'Key should always match up to a single path segment

See https://github.com/SaturnFramework/Saturn/issues/160#issuecomment-465747648 for bug, see code comments and tests for more explanation.

I believe this is the right thing to do given the other 'Key type's routing behavior.

NinoFloris commented 5 years ago

Ubuntu build still broken, windows passes

Krzysztof-Cieslak commented 5 years ago

Thanks a lot, make sense!