James Guice Groups
Ilya Terskov <[email protected]> Mon, 28 Apr 2025 12:03:27 +0700
| Newsgroups | gmane.comp.jakarta.james.user |
|---|---|
| Message-ID | <CANUmiSjZ0hu5JeOKWvo4KdhVOQ=hWszKEnzc2LNi6SPO54yctA@mail.gmail.com> |
--000000000000764e600633cf9be0 Content-Type: text/plain; charset="UTF-8" Hi there guys. I can't find the answer to my question - why only 3 items in this request curl -XPUT http://localhost:8000/address/groups/[email protected]/[email protected] curl -XPUT http://localhost:8000/address/groups/[email protected]/[email protected] curl -XPUT http://localhost:8000/address/groups/[email protected]/[email protected] curl -XPUT http://localhost:8000/address/groups/[email protected]/[email protected] curl -XPUT http://localhost:8000/address/groups/[email protected]/[email protected] and more 50 like this but only first 3 was added D:\mail\curl\bin>curl -XGET http://localhost:8000/address/groups/[email protected] ["[email protected]","[email protected]","[email protected]"] after this i remove one D:\mail\curl\bin>curl -XGET http://localhost:8000/address/groups/[email protected] ["[email protected]","[email protected]"] so i try curl -XPUT http://localhost:8000/address/groups/[email protected]/[email protected] and its worked D:\mail\curl\bin>curl -XGET http://localhost:8000/address/groups/[email protected] ["[email protected]","[email protected]","[email protected]"] but more than 3 in group tell me error 500 D:\mail\curl\bin>curl -XPUT http://localhost:8000/address/groups/[email protected]/[email protected] {"statusCode":500,"type":"ServerError","message":"Unable to update mapping","details":null} So tell me where i need configurate limits? --000000000000764e600633cf9be0--