Skip to content

Conversation

@VladislavAtanasov95
Copy link

No description provided.

@cla-assistant
Copy link

cla-assistant bot commented Oct 23, 2025

CLA assistant check
All committers have signed the CLA.

@VladislavAtanasov95 VladislavAtanasov95 force-pushed the tploader branch 7 times, most recently from b860033 to cb21b31 Compare October 23, 2025 15:59
Comment on lines 79 to 88
void testRegisterWithHostWithHttpsScheme()
{
// Test that existing https:// scheme is preserved
TransparentProxyLoader.register("https://gateway");

Try<Destination> result = loader.tryGetDestination("test-destination");
assertThat(result.isSuccess()).isTrue();

Destination destination = result.get();
assertThat(destination.asHttp().getUri().toString()).startsWith("https://gateway");
}
Copy link

Choose a reason for hiding this comment

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

the destination gateway can't be called via https

Choose a reason for hiding this comment

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

discussed to allow it for now

@VladislavAtanasov95 VladislavAtanasov95 force-pushed the tploader branch 11 times, most recently from bc1d50c to f7ee4bd Compare October 24, 2025 11:55
@VladislavAtanasov95
Copy link
Author

VladislavAtanasov95 commented Oct 24, 2025

@MatKuhr please review

@VladislavAtanasov95 VladislavAtanasov95 force-pushed the tploader branch 2 times, most recently from 72dc4c1 to 70ee9ae Compare October 24, 2025 12:46
* </ul>
*/
@Override
public void verifyHostConnectivity( @Nonnull final String host, final int port )

Choose a reason for hiding this comment

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

do we need this publicly accessible?

Choose a reason for hiding this comment

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

made NetworkValidator abstract class to make this method package-private

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