When launching Zenmap's help, properly convert the pathname of the local help

file to a URL, using "file:///C|/Program Files/..." rather than
"file://C:\Program Files\...". This is apparently needed by some web browsers.
This commit is contained in:
david 2008-10-02 17:12:28 +00:00
parent 1b4782d9df
commit 168e38357e

View file

@ -1,5 +1,12 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Zenmap] The help function now properly converts the pathname of the
local help file to a URL, for better compatibility with different
web browsers. [David]
This should fix the crash
WindowsError: [Error 2] The system cannot find the file specified:
'file://C:\\Program Files\\Nmap\\zenmap\\share\\zenmap\\docs\\help.html'
o The HTTP_open_proxy.nse script is updated to match Google Web
Server's changed header field: "Server: gws" instead of
"Server: GWS/". [Vlatko Kosturjak]