FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 261 forks source link

Fix duplicated port in absolute path #381

Closed dew326 closed 4 years ago

dew326 commented 4 years ago

Fixed issue: https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/issues/379

It makes sure that the port is not duplicated.

dunglas commented 4 years ago

I confirm that this patch fixes the issue.

tobias-93 commented 4 years ago

Hi @dew326, thank you for contributing! The remark @dunglas makes is valid, it will be taken account if (ever) this bundle is refactored. For now I will merge this patch to fix the broken behavior for some of our users.