mike-jumper opened a new pull request #595: URL: https://github.com/apache/guacamole-client/pull/595
This change adds a new configuration property, `api-max-request-size`, which defines the maximum size allowed for REST requests. The property can be set to "0" to remove all limits. By default, the bodies of REST requests will be limited to 2 MB (2097152 bytes). If a REST method should _never_ be limited (regardless of `api-max-request-size`), it can be annotated with `@RequestSizeFilter.DoNotLimit`. This should only be done for requests that are processed as streams, such as the handler for inbound file transfers (the only location where this annotation is currently used). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
