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

Editor / Suggestions / Too large parameters #5385

Merged
merged 1 commit into from Feb 1, 2021
Merged

Conversation

fxprunayre
Copy link
Member

Some processes may have large parameters too long to be posted in URL depending on container config.

[WARNING] URI is too large >8192

eg. while adding feature catalogue with 128 columns definitions!


b_term;Terminus (Oui/Non);C;
c_mode;Mode de transport (MET : métro);C;
c_station;Station (B);C;
....

POST parameters in body instead.

Another option would be to increase jetty.request.header.size.

Some processes may have large parameters too long to be posted in URL depending on container config.
```
[WARNING] URI is too large >8192
```

eg. while adding feature catalogue with 128 columns definitions!
```

b_term;Terminus (Oui/Non);C;
c_mode;Mode de transport (MET : métro);C;
c_station;Station (B);C;
....
```
POST parameters in body instead.
 

Another option would be to increase `jetty.request.header.size`.
@fxprunayre fxprunayre added this to the 4.0.3 milestone Jan 30, 2021
@josegar74 josegar74 merged commit 489a7df into 4.0.x Feb 1, 2021
@fxprunayre fxprunayre deleted the fxprunayre-patch-3 branch February 22, 2021 13:50
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.

None yet

2 participants