You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2023/01/04 11:40:18 UTC

[GitHub] [netbeans] sdedic opened a new pull request, #5195: Strip protocol part, present e.g. if in KDE + manual proxy mode.

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] sdedic merged pull request #5195: Strip protocol part, present e.g. if in KDE + manual proxy mode.

Posted by GitBox <gi...@apache.org>.
sdedic merged PR #5195:
URL: https://github.com/apache/netbeans/pull/5195


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on pull request #5195: Strip protocol part, present e.g. if in KDE + manual proxy mode.

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on PR #5195:
URL: https://github.com/apache/netbeans/pull/5195#issuecomment-1371466704

   Was a bit strange, restarting just the failing job moved the problem from CSS editor to option editor. Rerunning all tests (thus also rerunning the full build) fixed it.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists