[
https://issues.apache.org/jira/browse/SCB-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519407#comment-16519407
]
ASF GitHub Bot commented on SCB-679:
------------------------------------
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:
[email protected]
> Support Cross-Origin Resource Sharing (CORS)
> --------------------------------------------
>
> Key: SCB-679
> URL: https://issues.apache.org/jira/browse/SCB-679
> Project: Apache ServiceComb
> Issue Type: New Feature
> Components: Java-Chassis
> Affects Versions: Java-chassis-1.0.0
> Reporter: YaoHaishi
> Assignee: YaoHaishi
> Priority: Major
>
> Provide configurations to let user mount and config Vert.x CorsHandler.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)