alxndrsn opened a new issue, #5117: URL: https://github.com/apache/couchdb/issues/5117
Docs can be created with illegal IDs by using the [`COPY` method](https://docs.couchdb.org/en/stable/api/document/common.html#copy--db-docid). ## Steps to Reproduce ``` curl -vvv http://admin:password@localhost:5984/main/some-doc \ -H 'content-type: text/javascript' \ -X COPY \ -H 'Destination: _bad_path' ``` ## Expected Behaviour Illegal doc IDs should be rejected. ## Your Environment * CouchDB version used: 3.3 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
