Olog / phoebus-olog

Online logbook for experimental and industrial logging
https://olog.readthedocs.io/en/latest/
Eclipse Public License 1.0
6 stars 13 forks source link

New create log entry endpoint #168

Closed georgweiss closed 1 year ago

georgweiss commented 1 year ago

To summarize:

Application property spring.servlet.multipart.max-file-size sets the limit for single file size. Application property spring.servlet.multipart.max-request-size sets the limit for the total size of the request. This would handle the case of multiple attachments each below the single file size limit, but with an unacceptable total size.

Clients must be updated. Have verified on both Phoebus client and web client. Update Phoebus client available in Phoebus project on branch CSSTUDIO-1818.

Backwards compatible with current clients.