Commit f577f1e
[ZEPPELIN-4766] Fix SSL regression
### What is this PR for?
This PR fixes a small part of #3571, which introduced a SSL-connector regression.
The port definition of the SSL connector has been deleted.
https://github.com/apache/zeppelin/pull/3571/files#diff-3477d79f3012453f20c3727ec60338e9L337-L341
### What type of PR is it?
- Hot Fix
### Todos
* [ ] - Task
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-4766
### How should this be tested?
* **Travis-CI:** https://travis-ci.org/github/Reamer/zeppelin/builds/677349664
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Philipp Dallig <[email protected]>
Closes #3740 from Reamer/ssl_regression and squashes the following commits:
44125ce [Philipp Dallig] Fix SSL regression1 parent ad33807 commit f577f1e
File tree
1 file changed
+2
-1
lines changed- zeppelin-server/src/main/java/org/apache/zeppelin/server
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
| |||
0 commit comments