[ 
https://issues.apache.org/jira/browse/SCB-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jimin Wu updated SCB-1925:
--------------------------
    Description: 
[http://xxx|http://xxx/]     -> rest://xxx

[https://xxx|https://xxx/]   -> rest://xxx?sslEnabled=true

 

h2c://xxx     -> rest://xxx?protocol=http2

h2://xxx       -> rest://xxx?sslEnabled=true&protocol=http2

 

xxx              -> rest://xxx?protocol=http2

other://xxx  -> other://xxx

  was:
[http://xxx|http://xxx/]   -> rest://xxx

[https://xxx|https://xxx/] -> rest://xxx?sslEnabled=true

h2://xxx     -> rest://xxx?protocol=http2

h2c://xxx   -> rest://xxx?sslEnabled=true&protocol=http2


> provide a util to convert url to endpoint format
> ------------------------------------------------
>
>                 Key: SCB-1925
>                 URL: https://issues.apache.org/jira/browse/SCB-1925
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Java-Chassis
>            Reporter: Jimin Wu
>            Assignee: Jimin Wu
>            Priority: Major
>             Fix For: java-chassis-2.1.0
>
>
> [http://xxx|http://xxx/]     -> rest://xxx
> [https://xxx|https://xxx/]   -> rest://xxx?sslEnabled=true
>  
> h2c://xxx     -> rest://xxx?protocol=http2
> h2://xxx       -> rest://xxx?sslEnabled=true&protocol=http2
>  
> xxx              -> rest://xxx?protocol=http2
> other://xxx  -> other://xxx



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to