rc.register(CsrfProtectionFilter.class);
rc.register(UriConnegFilter.class);
for (Binder b : additionalBinders) {
rc.register(b);
}
rc.property(MessageProperties.LEGACY_WORKERS_ORDERING, true);
//Disable as much as possible
rc.property(ServerProperties.JSON_PROCESSING_FEATURE_DISABLE, true);
rc.property(ServerProperties.WADL_FEATURE_DISABLE, true);
rc.property(ServerProperties.BV_FEATURE_DISABLE, true);
rc.property(ServerProperties.RESOURCE_VALIDATION_DISABLE, true);