Skip Menu |

This queue is for tickets about the JSON-RPC CPAN distribution.

Report information
The Basics
Id: 76612
Status: new
Priority: 0/
Queue: JSON-RPC

People
Owner: Nobody in particular
Requestors: mellery [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.01
Fixed in: (no value)



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.