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

Adding a fix for the problem of eml truncation https://github.com/gbif/ipt/issues/2061 #2396

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

rukayaj
Copy link
Contributor

@rukayaj rukayaj commented Apr 10, 2024

@mike-podolskiy90, @MichalTorma and I have discovered an issue where we encounter a limit in Tomcat on URL encoded parameters (set by maxParameterCount), which prevents proper functioning of the IPT when you save metadata. More info in #2061

If the IPT UI sends a lot of EML fields in a request (in our case 69+ authors), the IPT server side only gets the first 1000. So we've fixed it in our build like this: gbif-norway/ipt-s3@7e729d8

@MichalTorma and I think this should probably be in your Dockerfile so that others don't encounter this problem as well.

@rukayaj
Copy link
Contributor Author

rukayaj commented Apr 10, 2024

@MichalTorma and I just deployed this fix on the Ukraine IPT https://ukraine.ipt.gbif.no/ and it's solved the problem.

@mike-podolskiy90 mike-podolskiy90 merged commit 4b6524b into gbif:master Apr 11, 2024
1 check failed
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.

2 participants