swimos / swim

Full stack application platform for building stateful microservices, streaming APIs, and real-time UIs
https://www.swimos.org
Apache License 2.0
477 stars 41 forks source link

UriPattern with same prefix as Uris in UriMappers get clobbered #126

Closed ajay-gov closed 10 months ago

ajay-gov commented 10 months ago

Add a Uri with a path, say "/a/x" to the UriMapper. Update the UriMapper with a UriPattern with the same prefixed as the Uri, say "/a/:b/c/:d". The UriMapper ignores the UriPattern