sdedic opened a new pull request, #5195: URL: https://github.com/apache/netbeans/pull/5195
I've noticed bad behaviour in KDE when the system proxy is specified manually. The `kioslaverc` then contains settings like ``` ftpProxy=ftp://proxy.acme.com:80 httpProxy=http://proxy.acme.com:80 httpsProxy=http://proxy.acme.com:80 socksProxy=socks://proxy.acme.com:80 ``` and the proxy string then contains not only port specification, but the protocol part as well. The error can be seen in Tools | Options, when System proxy is selected (and KDE has a manual system proxy) - the "Test connection" button action fails with hostname prefixed by `http://`. This PR strips the PR part from the host string. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
