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
Path is /.well-known/mercure/subscriptions/https%3A%2F%2Fexample.com%2Fmy-other-topic
The current code is transforming it to /.well-known/mercure/subscriptions/https://example.com/my-other-topic
It prevents fastroute to route correctly with the route /.well-known/mercure/subscriptions/{topic}. Maybe adding a test case with my case would be nice?
See #15 (comment)
See also: https://github.com/amphp/http-server-router?tab=readme-ov-file#limitations
The text was updated successfully, but these errors were encountered: