daviddenton / fintrospect

Implement fast, type-safe HTTP webservices for Finagle
http://fintrospect.io
Apache License 2.0
90 stars 10 forks source link

Routes are added in the incorrect (reverse) order #11

Closed daviddenton closed 8 years ago

daviddenton commented 8 years ago

When defining routes in a FintrospectModule, the overall order in which the paths are matched is inverted (ie. the last route added will be checked first).

This makes it confusing to know in which order to add the routes in the case where the paths might overlap.

daviddenton commented 8 years ago

fixed in 11.0.1