routing
routing copied to clipboard
Router: constructUrl respect port
- bug fix: https://github.com/nette/application/issues/297 and https://github.com/nette/application/issues/164
- BC break: maybe
It's first tryout. Need further testing.
This ip2long($host) needs to be called with host, the authority includes the port.
@dg Yep, I know. It's PoC if it's working like that. Should I continue on this and update ip2long?