mirror of
https://gitee.com/BDWare/cp.git
synced 2025-01-10 01:44:08 +00:00
support access annotation with DOOP
This commit is contained in:
parent
79cd1d1781
commit
b5470af3c5
@ -86,8 +86,7 @@ public class DOOPRequestHandler implements DoipRequestHandler {
|
|||||||
new DoipMessageFactory.DoipMessageBuilder();
|
new DoipMessageFactory.DoipMessageBuilder();
|
||||||
builder.createResponse(DoipResponseCode.Declined, msg);
|
builder.createResponse(DoipResponseCode.Declined, msg);
|
||||||
builder.setBody(e.message.toString().getBytes(StandardCharsets.UTF_8));
|
builder.setBody(e.message.toString().getBytes(StandardCharsets.UTF_8));
|
||||||
logger.error(
|
logger.error("buildRequestAndInvokeEngine catch ScriptReturnException");
|
||||||
"buildRequestAndInvokeEngine catch ScriptReturnException");
|
|
||||||
return builder.create();
|
return builder.create();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
ByteArrayOutputStream bo = new ByteArrayOutputStream();
|
ByteArrayOutputStream bo = new ByteArrayOutputStream();
|
||||||
|
Loading…
Reference in New Issue
Block a user