[ 
https://issues.apache.org/jira/browse/SCB-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648944#comment-16648944
 ] 

ASF GitHub Bot commented on SCB-928:
------------------------------------

wujimin commented on a change in pull request #952: [SCB-928] support 
"collection-format" feature on query param
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/952#discussion_r224960509
 
 

 ##########
 File path: 
integration-tests/it-producer/src/main/java/org/apache/servicecomb/it/schema/DownloadSchema.java
 ##########
 @@ -183,7 +185,7 @@ public String getFilename() {
       @ApiResponse(code = 200, response = File.class, message = ""),
   })
   public ResponseEntity<InputStream> netInputStream(String content) throws 
IOException {
-    URL url = new URL("http://localhost:9000/download/netInputStream?content=";
+    URL url = new URL("http://localhost:"; + netStreamPort + 
"/download/netInputStream?content="
 
 Review comment:
   conflict with 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/946/commits/31b9925a3c45c340489096ccf7d045e8cde755e5
   
   copy that content to this commit or remote this commit, :)

----------------------------------------------------------------
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:
[email protected]


> support swagger "collection-format" feature
> -------------------------------------------
>
>                 Key: SCB-928
>                 URL: https://issues.apache.org/jira/browse/SCB-928
>             Project: Apache ServiceComb
>          Issue Type: Task
>          Components: Java-Chassis
>            Reporter: wujimin
>            Assignee: YaoHaishi
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to