Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix user agent stripping not working #707

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

LostLuma
Copy link
Contributor

The update checker is supposed to remove build metadata from the user agent as was introduced in 76cbca6, however calling String.split() with a limit of 1 does not actually split the string in the first place, meaning this implementation never worked.

@LostLuma LostLuma marked this pull request as ready for review April 16, 2024 20:53
@LostLuma LostLuma force-pushed the fix-user-agent-stripping branch from ff64dc9 to d05cffa Compare April 18, 2024 16:30
@Prospector Prospector merged commit 00fe1ad into TerraformersMC:1.20.3 Apr 22, 2024
1 check passed
@haykam821 haykam821 added the bug A problem with the project label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A problem with the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants