You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by "liubao68 (via GitHub)" <gi...@apache.org> on 2023/07/25 09:22:17 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on a diff in pull request #3876: [#3865] show interface parameter info when throw InvocationException

liubao68 commented on code in PR #3876:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3876#discussion_r1273252772


##########
common/common-rest/src/main/java/org/apache/servicecomb/common/rest/codec/RestCodec.java:
##########
@@ -78,7 +76,6 @@ public static Map<String, Object> restToArgs(HttpServletRequest request,
         throw new InvocationException(Status.BAD_REQUEST, message);
       }
     }
-

Review Comment:
   Message include original message, and always print warn messages in logs. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org