dynurl-allow-large-posts
Use the dynurl-allow-large-posts stanza entry to control whether WebSEAL accepts POST requests with a body larger than the number of bytes specified by the request-body-max-read entry.
dynurl-allow-large-posts = {yes|no}Description
Allows or disallows POST requests larger than the current value for the stanza entry request-body-max-read in the [server] stanza.
Options
yes When set to yes, WebSEAL compares only up to request-body-max-read bytes of POST request to the URL mappings contained in dynurl configuration file (dynurl.conf). no When set to no, WebSEAL disallows POST requests with a body larger than request-body-max-read.
Usage: Required.
Default: no
Example:
dynurl-allow-large-posts = no