Re: [Mailman-Developers] REST returns 405 to PATCH in development environment.

2016-10-18 Thread Mark Sapiro
On 10/18/2016 08:02 AM, Barry Warsaw wrote: > > The way Falcon works is that you need an on_() method for every HTTP > METHOD that a resource implements. If you look at the ADomain class (or the > _DomainBase base class), it only implements an on_get() and an on_delete(), > but no on_put() or on_

Re: [Mailman-Developers] REST returns 405 to PATCH in development environment.

2016-10-18 Thread Barry Warsaw
On Oct 17, 2016, at 07:23 PM, Mark Sapiro wrote: >It all seems to work except editing. I can create a domain with or >without an alias_domain, see it all listed and delete the domain, but >any attempts at editing the domain fail with the core REST server >returning 405 to the PATCH request. Even i