You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice: HttpServletResponse response = RpcContext.getServiceContext().getRequest(HttpServletResponse.class);
All these content should be edited as HttpServletResponse response = RpcContext.getServiceContext().getResponse(HttpServletResponse.class);
Notice:
HttpServletResponse response = RpcContext.getServiceContext().getRequest(HttpServletResponse.class);All these content should be edited as
HttpServletResponse response = RpcContext.getServiceContext().getResponse(HttpServletResponse.class);