diff options
| author | Barry Warsaw | 2016-02-15 12:10:44 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-02-15 12:10:44 -0500 |
| commit | 6a8cbd3b1f3fb7f3806eadb131700091d32a31b4 (patch) | |
| tree | 7a9bd5753b098380fa01d2007c30209923a36f25 /src/mailman/docs/NEWS.rst | |
| parent | 407adc0e44c7487e78643c5185c49f1a1bedd7d6 (diff) | |
| download | mailman-6a8cbd3b1f3fb7f3806eadb131700091d32a31b4.tar.gz mailman-6a8cbd3b1f3fb7f3806eadb131700091d32a31b4.tar.zst mailman-6a8cbd3b1f3fb7f3806eadb131700091d32a31b4.zip | |
Handle AlreadySubscribedError in REST.
When approving a subscription request via the REST API, for a user who is
already a member, return an HTTP 409 Conflict code instead of the previous
server traceback (and resulting HTTP 500 code).
Closes #193
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index cf475e7de..e67fffb37 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -59,6 +59,9 @@ Bugs * Fix membership query when multiple users are subscribed to a mailing list. Reported by Darrell Kresge. (Closes: #190) * Prevent moderation of messages held for a different list. (Closes: #161) + * When approving a subscription request via the REST API, for a user who is + already a member, return an HTTP 409 Conflict code instead of the previous + server traceback (and resulting HTTP 500 code). (Closes: #193) Configuration ------------- |
