https://bugzilla.wikimedia.org/show_bug.cgi?id=66757
Markus Glaser <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Markus Glaser <[email protected]> --- I think this change affects the logic in a non-intended way. The two conditions produce different results in case a proxy is set and proxy is disabled. In the original logic, the statement results in "false", and the following code is executed. In this proposed change, the proxy is unset, even if it was set before. The change you are suggesting here leads to the proxy remaining set, if it was set before, even if we have the no proxy flag. As Aaron Schulz and T.Gries pointed out in bug 44113, the former behaviour is inteded to bypass default settings on local urls. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
