Subject: | JSON::RPC::Server::Apache2 implementation checks max_length but doesn't give any way to override the value |
the JSON::RPC::Server::Apache2 implementation of
retrieve_json_from_post checks the max_length value and exits silently
if it is exceeded. Interestingly, the CGI server implementation does not
check this value, so it allows larger payloads.
I have large payloads being delivered to my API. Can you provide a way
to override or set this max_length value for the Apache2 server
implementation? I guess another dir_config param would probably make sense.
Thank you.