SmartBear / soapui

SoapUI is a free and open source cross-platform functional testing solution for APIs and web services.
http://www.soapui.org
Other
1.56k stars 607 forks source link

Help link "Learn about OAuth 2" is not working #749

Open edmond-d opened 2 years ago

edmond-d commented 2 years ago

Problem

In request windows at Authorization OAuth 2.0 (Profile 1) the helblink at the button "Learn abaout OAuth 2" is not working.

I guess a web browser with the URL https://www.soapui.org/docs/oauth2/oauth2-overview/ should be open but it dosen't.

See class OAuth2Form.java. JLabel oAuthDocumentationLink = UISupport.createLabelLink(HelpUrls.OAUTH_OVERVIEW, "Learn about OAuth 2");

Set-up