dubbo-rpc-extensions/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/handler/NettyHttpHandler.java [110:121]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } catch (Throwable throwable) {
            logger.error(
                    "",
                    throwable.getMessage(),
                    "",
                    "dubbo rest protocol provider error ,and raw request is  " + nettyHttpRequest,
                    throwable);
            nettyHttpResponse.sendError(
                    500,
                    "dubbo rest invoke Internal error, message is " + throwable.getMessage()
                            + " ,and exception type is : " + throwable.getClass() + " , stacktrace is: "
                            + ServiceInvokeRestFilter.stackTraceToString(throwable));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



dubbo-rpc-extensions/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/handler/NettyHttpHandler.java [127:138]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } catch (Throwable throwable) {
            logger.error(
                    "",
                    throwable.getMessage(),
                    "",
                    "dubbo rest protocol provider error ,and raw request is  " + nettyHttpRequest,
                    throwable);
            nettyHttpResponse.sendError(
                    500,
                    "dubbo rest invoke Internal error, message is " + throwable.getMessage()
                            + " ,and exception type is : " + throwable.getClass() + " , stacktrace is: "
                            + ServiceInvokeRestFilter.stackTraceToString(throwable));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



