zalando / innkeeper

Simple route management API for Skipper
Other
166 stars 21 forks source link

Path normalizing on create #206

Open NorthFury opened 7 years ago

NorthFury commented 7 years ago

When creating a Path, the uri should be normalized in the same manner skipper does the normalization. One point to take into consideration is the global skipper configuration for the trailing slash. This configuration should also be available in innkeeper and used when normalizing the uri.

LappleApple commented 7 years ago

Hey @NorthFury: Want to mark as "help wanted"?