When the base URI ends in one or more slashes (/), those trailing slashes are omitted in the absolute paths for the resources using that base URI. For example, in the following snippet, the absolute paths for the resources are http://api.test.com/common/users and http://api.test.com/common/users/groups.
The spec states the following:
With the following example:
All parser needs to omit any trailing slashes.
How are we gonna test those behaviours?
@svacas @KonstantinSviridov any idea?