fix bad path exception
Spring Boot throws the RequestRejectedException if a request path contains double slashes (//) and the unit service currently returns internal server error (500). This MR adds a new filter to intercept the RequestRejectedException and convert it into not found(404) error.