RED-9472
working on bug with redaction service response
This commit is contained in:
parent
3ca8773b6a
commit
8870903d9c
@ -94,7 +94,6 @@ public class RulesController implements RulesResource {
|
||||
|
||||
} catch (FeignException e) {
|
||||
if (e.status() == HttpStatus.BAD_REQUEST.value()) {
|
||||
log.info("exception: " + e);
|
||||
throw new BadRequestException("The provided rule file is not a valid drools rule file!");
|
||||
}
|
||||
throw new BadRequestException("Failed to merge rules: " + e.getMessage());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user