Page MenuHomePhabricator

file:// external link incorrectly encodes spaces in Internet Explorer as %2520
Closed, InvalidPublic

Description

I was working with external link in visual editor. I believe I found a bug.
The file i have is located at: \\server_grp\folder\file test.pdf
I added the following in to the link: file://\\server_grp\folder\file%20test.pdf

In Chrome it shows: file://server_grp\folder\file%20test.pdf
But in IE it shows: file://server_grp\folder\file%2520test.pdf

With the %2520 rather than %20 as an extra, it causes the IE not to recognize the location.
Not sure what's going on here.

Thanks,
AT

Event Timeline

AmazingTrans raised the priority of this task from to Needs Triage.
AmazingTrans updated the task description. (Show Details)
AmazingTrans subscribed.

Looks like i have found the issue.
If I were to use file://\\server_grp\folder\file%20test.pdf i would get 25 concatenated to the %20.
But if i were to use as file://///server_grp/folder/file%20test.pdf everything would work. For everybody information, you must use forward slash, must have "only" 5 forward slash after file, and must replace space with %20.
I can't wait for VE to allow spaces in the file:// external link and automatically concatenate %20.

Aklapper renamed this task from IE external intranat Link with space leads to %2520 issue to file:// external link incorrectly encodes spaces in Internet Explorer as %2520.Jul 16 2015, 3:55 PM
Aklapper triaged this task as Lowest priority.
Aklapper set Security to None.
Esanders subscribed.

IE11 is no longer supported.