You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/08/31 08:41:07 UTC

[GitHub] liubao68 commented on a change in pull request #886: [SCB-880]Give an option to query parameter convert empty to null

liubao68 commented on a change in pull request #886: [SCB-880]Give an option to query parameter convert empty to null
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/886#discussion_r214282635
 
 

 ##########
 File path: common/common-rest/src/main/java/org/apache/servicecomb/common/rest/codec/param/QueryProcessorCreator.java
 ##########
 @@ -44,6 +46,13 @@ public Object getValue(HttpServletRequest request) throws Exception {
         value = request.getParameterValues(paramPath);
       } else {
         value = request.getParameter(paramPath);
+        // make some old systems happy
+        if (DynamicPropertyFactory.getInstance()
 
 Review comment:
   This option do not need make dynamic changeble. I cache it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services