You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Squashed commit of the following:
commit 7fd92d3
Author: Rose Davidson <[email protected]>
Date: Tue Mar 13 11:35:36 2018 -0700
Revert "Make trailing slash truly optional. (#142) (#143)"
This reverts commit 818c925.
Reverted because the author told me he'd found this produces parsing issues:
> It seems now patterns like /prefix/{var1}/{var2}/ and /prefix/{var1}/ are mixed up.
May reconsider this approach later.
Endpoints v1 (part of the appengine SDK) and Endpoints v2 (this library) don't work the same way with trailing slashes.
Endpoints v1:
Endpoints v2:
Please correct the implementation of Endpoints v2 to match the behavior of Endpoints v1.
The text was updated successfully, but these errors were encountered: