Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editor / Suggestions / Too large parameters (#5385)
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`.
- Loading branch information