This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253316 - "Test connection" button in "Proxy Settings" panel of "New Remote Host Setup" dialog works wrong.
Summary: "Test connection" button in "Proxy Settings" panel of "New Remote Host Setup"...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-06 10:00 UTC by Vladimir Kvashin
Modified: 2015-07-07 01:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2015-07-06 10:00:56 UTC
User experience:
- system proxy is set to standard internal oracle proxy
- NB proxy set to "system proxy"
Then "test connection" says OK, but we can not connect to a host.

Code investigation shows that
- this dialog reuses standard NetBeans proxy panel (although hides some its elements)
- this standard button checks whether it it possible to connect to http://netbeans.org with this proxy - which is not what user expects in remote case.
Comment 1 Vladimir Kvashin 2015-07-06 10:03:59 UTC
I would propose to remove this button, since after removal of irritating "Apply Proxy Settings", this one does not make much sense. (User just presses "next" and proxy is checked, and if we can't connect, then we stay at the same page and error message is shown - so the "next" button functionality includes "test connection" one.
Comment 2 Vladimir Kvashin 2015-07-06 10:28:46 UTC
http://hg.netbeans.org/cnd-main/rev/b6abe0b78c21
Comment 3 Quality Engineering 2015-07-07 01:19:54 UTC
Integrated into 'main-silver', will be available in build *201507070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b6abe0b78c21
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #253316 - "Test connection" button in "Proxy Settings" panel of "New Remote Host Setup" dialog works wrong.