Nick Vatamaniuc created COUCHDB-3293:
----------------------------------------
Summary: Configure maximum document ID length
Key: COUCHDB-3293
URL: https://issues.apache.org/jira/browse/COUCHDB-3293
Project: CouchDB
Issue Type: New Feature
Reporter: Nick Vatamaniuc
Allow users / operators to specify maximum document ID length.
Currently it is easy to break CouchDB by feeding it large IDs through
_bulk_docs endpoint but which will hit the limits of http parser if sent
through GET/PUT/DELETE methods. In case those limits are hit the error returned
is not obvious as the requests would often crash in the mochiweb http parser
step before a request even makes to CouchDB code.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)