Attempting to DELETE a user through REST API returns '405 Method Not Allowed'
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| GNU Mailman |
Fix Released
|
Wishlist
|
Barry Warsaw | ||
Bug Description
src/mailman/
$ curl -u restadmin:restpass -I http://
HTTP/1.0 200 OK
Date: Wed, 03 Aug 2011 22:36:37 GMT
Server: WSGIServer/0.1 Python/2.6.5
content-length: 311
$ curl -X DELETE -u restadmin:restpass -I http://
HTTP/1.0 405 Method Not Allowed
Date: Wed, 03 Aug 2011 22:34:16 GMT
Server: WSGIServer/0.1 Python/2.6.5
Content-Type: text/plain
Allow: HEAD, GET
Content-Length: 22
| tags: | added: mailman3 |
| Changed in mailman: | |
| importance: | Undecided → Wishlist |
| status: | New → Confirmed |
| assignee: | nobody → Barry Warsaw (barry) |
| milestone: | none → 3.0.0a8 |
| Changed in mailman: | |
| status: | Confirmed → Fix Committed |
| Changed in mailman: | |
| status: | Fix Committed → Fix Released |
