wujimin commented on a change in pull request #771: [SCB-679] Support 
Cross-Origin Resource Sharing (CORS)
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/771#discussion_r197146847
 
 

 ##########
 File path: 
demo/demo-crossapp/crossapp-client/src/main/java/org/apache/servicecomb/demo/crossapp/CrossappClient.java
 ##########
 @@ -32,12 +40,14 @@
   private static HelloWorld helloWorld;
 
   public static void main(String[] args) throws Exception {
+    System.setProperty("sun.net.http.allowRestrictedHeaders", "true");
 
 Review comment:
   a little strange
   crossapp demo is to verify cross ServiceComb application
   
   but no problem, we will merge most demo and integration test to one or two 
project in the future.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to