Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optional redirect in ui when receiving a 401 from the api #955

Merged
merged 4 commits into from
Apr 11, 2016

Conversation

ssalinas
Copy link
Member

based on brunch -> gulp changes to avoid merge conflicts, last commit is the relevant one

@@ -77,6 +77,9 @@ public static RootUrlMode parse(String value) {
@NotEmpty
private String timestampWithSecondsFormat = "lll:ss";

@JsonProperty
private String redirectOnUnauthorizedUrl = "";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should use Optional<String> instead

@ssalinas ssalinas force-pushed the unauthorized_redirect branch from a118693 to 1da714b Compare March 18, 2016 12:53
@ssalinas ssalinas modified the milestone: 0.4.12 Mar 18, 2016
@ssalinas ssalinas modified the milestones: 0.5.0, 0.6.0 Apr 5, 2016
@tpetr tpetr merged commit 49d323e into master Apr 11, 2016
@tpetr tpetr removed hs_qa labels Apr 11, 2016
@ssalinas ssalinas deleted the unauthorized_redirect branch September 12, 2016 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants