cloudendpoints / endpoints-python

A Python framework for building RESTful APIs on Google App Engine
Apache License 2.0
51 stars 17 forks source link

Trailing slash behavior is not consistent between Endpoints v1 and Endpoints v2 #142

Open y10h opened 6 years ago

y10h commented 6 years ago

Endpoints v1 (part of the appengine SDK) and Endpoints v2 (this library) don't work the same way with trailing slashes.

Endpoints v1:

Please correct the implementation of Endpoints v2 to match the behavior of Endpoints v1.