engines/bastion/app/assets/javascripts/bastion/routing.module.js in katello-3.15.3.1 vs engines/bastion/app/assets/javascripts/bastion/routing.module.js in katello-3.16.0.rc1

- old
+ new

@@ -57,10 +57,10 @@ $urlRouterProvider.otherwise(function ($injector, $location) { var $window = $injector.get('$window'), $state = $injector.get('$state'), rootPath = getRootPath($location.path()), - url = $location.absUrl(), + url = $location.url(), foundParentState; // ensure we don't double encode +s url = url.replace(/%2B/g, "+");