[
https://issues.apache.org/jira/browse/AURORA-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14174164#comment-14174164
]
Erik van Roode commented on AURORA-853:
---------------------------------------
possibly related to AURORA-643 ?
> Angular router lands in redirect loop when given an unexpected path
> -------------------------------------------------------------------
>
> Key: AURORA-853
> URL: https://issues.apache.org/jira/browse/AURORA-853
> Project: Aurora
> Issue Type: Bug
> Components: UI
> Reporter: Joshua Cohen
>
> If you tried to hit, for example,
> http://192.168.33.7:8081/scheduler/vagrant/test/http-example/foo/bar
> The router will just continually try and redirect you back to that path when
> no routes match.
> {noformat}
> $routeProvider.otherwise({redirectTo: function (location, path) {
> window.location.href = path;
> }});
> {noformat}
> https://github.com/apache/incubator-aurora/blob/master/src/main/resources/scheduler/assets/js/app.js#L41
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)