Skip to content

Conversation

@Ian-Nara
Copy link
Contributor

@Ian-Nara Ian-Nara commented Nov 6, 2025

No description provided.

this.remoteApiPort = -1 == url.getPort() ? 80 : url.getPort();
boolean isHttps = "https".equalsIgnoreCase(url.getProtocol());
this.remoteApiSsl = isHttps;
this.remoteApiPort = -1 == url.getPort() ? (isHttps ? 443 : 80) : url.getPort();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.remoteApiPort = url.getPort() != -1 ? url.getPort() : url.getDefaultPort();

@Ian-Nara Ian-Nara merged commit e6fa311 into main Nov 6, 2025
9 checks passed
@Ian-Nara Ian-Nara deleted the ian-UID2-6147-test-301-bugfix-2 branch November 6, 2025 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants