URLs that begin "FILE:" fail

Mark Birbeck's picture
Project:Sidewinder Web Applications Viewer
Version:2.0.5-1008
Component:Standalone Browser Mode (SBM)
Category:bug
Priority:normal
Assigned:Unassigned
Status:active
Description

The URL parser is not recognising the file protocol, and worse, is prefixing the URL with //. If FILE in upper-case is invalid as a protocol then we should throw an error rather than only parsing for file (in lower-case).