-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaScript syntax error calling WebSocket ctor when url port is blank in IE 11 #678
Comments
Hi @foofoodog, It looks like there is some information missing from your ticket that will be needed in order to process it properly. Please take a look at the Contribution Guidelines and the page How to file a bug report on the project wiki, which will tell you exactly what your ticket has to contain in order to be processable. If you did not intend to report a bug, please take special note of the title format to use as described in the Contribution Guidelines. I'm marking this one now as needing some more information. Please understand that if you do not provide that information within the next two weeks (until 2014-12-27 16:10) I'll close this ticket so it doesn't clutter the bug tracker. Best regards, PS: I'm just an automated script, not a human being. |
That was fixed "accidentally" by switching over to using |
It was fixed "incidentally" as part of a code refactor. Not seeing a link to a user story, work item or commit that shows all of the "url_for" work that this was swept up in. |
It appears that IE 11 does not like having a colon in the socks URI when there is no port.
This causes things like file deletes to not update the file list.
Fix may be to not use the colon if you have no port.
@GitIssueBot I love cookies
The text was updated successfully, but these errors were encountered: