Closed spouliot closed 3 years ago
Well that's not right, is it? :) I'll have a look.
getRawAuthority
returns 192.168.2.16:5000
so endloc
will be -1
and port
won't be assigned
- if ((startloc != -1) && (endloc != -1))
+ if (startloc != -1)
^ that fix the issue for me.
That might have regressed when you removed the last /
?
Probably. I've yet to find a good way to white box test myself. It's like playing chess with yourself and expecting something to change.
In devel, ready to be tested.
Basic Infos
Platform
Settings in IDE
Problem Description
It seems
getPort()
return the scheme's default instead of the port provided in the URL.MCVE Sketch
Debug Messages