LOGGER.info("after manageProxyUriRequest: "+request);
} catch (URISyntaxException e) {
LOGGER.warning(String.format("Proxy-uri malformed: %s", request.getOptions().getProxyURI()));
exchange.sendResponse(new Response(ResponseCode.BAD_OPTION));
}
}
// handle the request as usual
proxyCoapResolver.forwardRequest(exchange);