You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2016/11/04 19:16:43 UTC

[1/2] incubator-trafficcontrol git commit: TC-22 Fix login page redirect

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master f191345ea -> 586273dd3


TC-22 Fix login page redirect


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/62d47314
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/62d47314
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/62d47314

Branch: refs/heads/master
Commit: 62d473142c4de1eed0c9480f7689bf9de69853a6
Parents: f191345
Author: smalenfa <sm...@apache.org>
Authored: Thu Nov 3 09:21:09 2016 -0400
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Fri Nov 4 13:16:11 2016 -0600

----------------------------------------------------------------------
 traffic_ops/app/lib/UI/Utils.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/62d47314/traffic_ops/app/lib/UI/Utils.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/UI/Utils.pm b/traffic_ops/app/lib/UI/Utils.pm
index 0c8a317..ddeb2d6 100644
--- a/traffic_ops/app/lib/UI/Utils.pm
+++ b/traffic_ops/app/lib/UI/Utils.pm
@@ -317,7 +317,7 @@ sub stash_role {
 	my $self = shift;
 
 	if ( !defined( $self->current_user() ) ) {
-		return $self->redirect_to('/login.html');
+		return $self->redirect_to('/loginpage');
 	}
 
 	my $user = $self->current_user()->{username};


[2/2] incubator-trafficcontrol git commit: This closes #39

Posted by mi...@apache.org.
This closes #39


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/586273dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/586273dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/586273dd

Branch: refs/heads/master
Commit: 586273dd3561ac1c05c8f7bc073e0447b0b0e1d4
Parents: 62d4731
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Fri Nov 4 13:16:36 2016 -0600
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Fri Nov 4 13:16:36 2016 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------