mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-10 15:55:53 +00:00
Under Restlet 2 `getVariants()` always returns null for a POST so our post() method was never called and 405 Method Not Allowed was returned. We don't need content negotiation for the POST response anyway so let's instead override the no-variants post() like we do for put(). Fixes #293