[HOTFIX][ZEPPELIN-3526] fix when no shiro.ini exists#3011
Closed
prabhjyotsingh wants to merge 1 commit intoapache:masterfrom
Closed
[HOTFIX][ZEPPELIN-3526] fix when no shiro.ini exists#3011prabhjyotsingh wants to merge 1 commit intoapache:masterfrom
prabhjyotsingh wants to merge 1 commit intoapache:masterfrom
Conversation
Change-Id: I0e2bc5794182c75c5912d7478ef54a3f56fc1be1
Contributor
|
LGTM, wait for CI pass |
1 task
asfgit
pushed a commit
that referenced
this pull request
Jun 8, 2018
This is a side effect of ZEPPELIN-3526, occurs when there's no shiro.ini in the classpath. [Hot Fix] * CI should be green * Does the licenses files need update? n/a * Is there breaking changes for older versions? n/a * Does this needs documentation? n/a Author: Prabhjyot Singh <[email protected]> Closes #3011 from prabhjyotsingh/hotfix/ZEPPELIN-3526 and squashes the following commits: ac6565c [Prabhjyot Singh] fix ZEPPELIN-3526 when no shiro.ini exists Change-Id: I5016e293eeec17e44be29dbf7f2668ec542a8dfa (cherry picked from commit 9fbcacf) Signed-off-by: Prabhjyot Singh <[email protected]> # Conflicts: # zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java
prabhjyotsingh
added a commit
to prabhjyotsingh/zeppelin
that referenced
this pull request
Jul 4, 2018
This is a side effect of ZEPPELIN-3526, occurs when there's no shiro.ini in the classpath. [Hot Fix] * CI should be green * Does the licenses files need update? n/a * Is there breaking changes for older versions? n/a * Does this needs documentation? n/a Author: Prabhjyot Singh <[email protected]> Closes apache#3011 from prabhjyotsingh/hotfix/ZEPPELIN-3526 and squashes the following commits: ac6565c [Prabhjyot Singh] fix ZEPPELIN-3526 when no shiro.ini exists Change-Id: I5016e293eeec17e44be29dbf7f2668ec542a8dfa (cherry picked from commit 9fbcacf) Signed-off-by: Prabhjyot Singh <[email protected]>
mckartha
pushed a commit
to syntechdev/zeppelin
that referenced
this pull request
Aug 9, 2018
This is a side effect of ZEPPELIN-3526, occurs when there's no shiro.ini in the classpath. [Hot Fix] * CI should be green * Does the licenses files need update? n/a * Is there breaking changes for older versions? n/a * Does this needs documentation? n/a Author: Prabhjyot Singh <[email protected]> Closes apache#3011 from prabhjyotsingh/hotfix/ZEPPELIN-3526 and squashes the following commits: ac6565c [Prabhjyot Singh] fix ZEPPELIN-3526 when no shiro.ini exists Change-Id: I5016e293eeec17e44be29dbf7f2668ec542a8dfa
mckartha
pushed a commit
to syntechdev/zeppelin
that referenced
this pull request
Aug 9, 2018
This is a side effect of ZEPPELIN-3526, occurs when there's no shiro.ini in the classpath. [Hot Fix] * CI should be green * Does the licenses files need update? n/a * Is there breaking changes for older versions? n/a * Does this needs documentation? n/a Author: Prabhjyot Singh <[email protected]> Closes apache#3011 from prabhjyotsingh/hotfix/ZEPPELIN-3526 and squashes the following commits: ac6565c [Prabhjyot Singh] fix ZEPPELIN-3526 when no shiro.ini exists Change-Id: I5016e293eeec17e44be29dbf7f2668ec542a8dfa (cherry picked from commit 9fbcacf) Signed-off-by: Prabhjyot Singh <[email protected]> # Conflicts: # zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
This is a side effect of ZEPPELIN-3526, occurs when there's no shiro.ini in the classpath.
What type of PR is it?
[Hot Fix]
How should this be tested?
Questions: