[
https://issues.apache.org/jira/browse/KYLIN-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093016#comment-17093016
]
ASF GitHub Bot commented on KYLIN-4399:
---------------------------------------
coveralls commented on pull request #1188:
URL: https://github.com/apache/kylin/pull/1188#issuecomment-619722073
## Pull Request Test Coverage Report for [Build
5854](https://coveralls.io/builds/30358166)
* **0** of **0** changed or added relevant lines in **0** files are
covered.
* **1** unchanged line in **1** file lost coverage.
* Overall coverage increased (+**0.001%**) to **27.467%**
---
| Files with Coverage Reduction | New Missed Lines | % |
| :-----|--------------|--: |
|
[server-base/src/main/java/org/apache/kylin/rest/util/QueryRequestLimits.java](https://coveralls.io/builds/30358166/source?filename=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Futil%2FQueryRequestLimits.java#L72)
| 1 | 47.62% |
<!-- | **Total:** | **1** | | -->
| Totals | [](https://coveralls.io/builds/30358166)
|
| :-- | --: |
| Change from base [Build 5853](https://coveralls.io/builds/30348545): |
0.001% |
| Covered Lines: | 24317 |
| Relevant Lines: | 88532 |
---
##### 💛 - [Coveralls](https://coveralls.io)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Redirect http url is not override as https when using vip
> ---------------------------------------------------------
>
> Key: KYLIN-4399
> URL: https://issues.apache.org/jira/browse/KYLIN-4399
> Project: Kylin
> Issue Type: Improvement
> Components: Website
> Reporter: Zhong Yanghong
> Assignee: Julian Pan
> Priority: Minor
>
> Redirect http url is not override as https when using vip, when user input:
> https://${vip_name}/kylin/, user will be redirect to sso url do
> authentication, after authenticated, the sso server will redirect url to
> https://${vip_name}/kylin/saml/sso, after process it will redirect to
> http://${vip_name}/kylin/, there should be some redirect override
> configuration in kylinSecurity.xml that can override the location from
> http://${vip_name}:7070/kylin to https://${vip_name}/kylin/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)