The path variable syntax behaves wrong at the end of url

BugQuestion
e.g. There is a api path like /api/{userId}:login, where userId is a path variable. and :login is a part of the url literal
When i input this url and type /api/:userId:login, it always read the :login as a path variable.
