Skip to content

Conversation

@leehaut
Copy link
Contributor

@leehaut leehaut commented Oct 30, 2025

Fixes #645

Replace unsafe string concatenation with UriComponentsBuilder to build a normalized, valid URL:

UriComponentsBuilder.fromHttpUrl(baseUrl)
    .path(messageEndpoint)
    .queryParam("sessionId", sessionId)
    .build()
    .toUriString();

Testing

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.

Incorrect baseUrl concatenation causes / in message endpoint URL, leading to 404

1 participant