Hi This has just been pointed out to me. When typing an IP address into NetSurf's URL bar with no scheme attached (eg. just 192.168.0.10), NetSurf appears to pass this directly to gui_launch_url() rather than handling it the same as if a dotted host name had been typed in. However, it's slightly worse than that, as even 192.com is not recognised.
http://192.168.0.10 - works 192.168.0.10 - gets forwarded to gui_launch_url 192.com - gets forwarded to gui_launch_url http://192.com - works www.192.com - works I don't think this is intended behaviour? Chris
