Fixes: https://tracker.ceph.com/issues/50758
Signed-off-by: Casey Bodley <cbodley@redhat.com>
========
.. versionadded:: Firefly
+.. deprecated:: Pacific
The ``civetweb`` frontend uses the Civetweb HTTP library, which is a
fork of Mongoose.
RGWFrontend *fe = NULL;
if (framework == "civetweb" || framework == "mongoose") {
+ lderr(cct.get()) << "IMPORTANT: the civetweb frontend is now deprecated "
+ "and will be removed in a future release" << dendl;
framework = "civetweb";
std::string uri_prefix;
config->get_val("prefix", "", &uri_prefix);