Repository: knox
Updated Branches:
  refs/heads/v0.9.0 17b55a32c -> f0ec8f052


KNOX-708 - Wrong CSS link in KnoxAuth Application's redirecting.html

Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/f0ec8f05
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/f0ec8f05
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/f0ec8f05

Branch: refs/heads/v0.9.0
Commit: f0ec8f052d1058770f780fcca46a43ec31da0ebb
Parents: 17b55a3
Author: Larry McCay <lmc...@hortonworks.com>
Authored: Thu Apr 7 15:25:36 2016 -0400
Committer: Larry McCay <lmc...@hortonworks.com>
Committed: Thu Apr 7 15:25:36 2016 -0400

----------------------------------------------------------------------
 CHANGES                                                            | 1 +
 .../src/main/resources/applications/knoxauth/app/redirecting.html  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/f0ec8f05/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index f05abb7..6463762 100644
--- a/CHANGES
+++ b/CHANGES
@@ -64,6 +64,7 @@ Release Notes - Apache Knox - Version 0.9.0
     * [KNOX-704] - Remove bogus sleep() from knoxauth redirecting.html
     * [KNOX-706] - KnoxSSO Default IDP must not require specific URL
     * [KNOX-707] - Enter Key within KnoxSSO Default IDP Form does not Submit
+    * [KNOX-708] - Wrong CSS link in KnoxAuth Application's redirecting.html
 
 ------------------------------------------------------------------------------
 Release Notes - Apache Knox - Version 0.8.0

http://git-wip-us.apache.org/repos/asf/knox/blob/f0ec8f05/gateway-applications/src/main/resources/applications/knoxauth/app/redirecting.html
----------------------------------------------------------------------
diff --git 
a/gateway-applications/src/main/resources/applications/knoxauth/app/redirecting.html
 
b/gateway-applications/src/main/resources/applications/knoxauth/app/redirecting.html
index 4e511df..f5bfa1f 100644
--- 
a/gateway-applications/src/main/resources/applications/knoxauth/app/redirecting.html
+++ 
b/gateway-applications/src/main/resources/applications/knoxauth/app/redirecting.html
@@ -29,7 +29,7 @@
     
                <link rel="shortcut icon" href="images/favicon.ico">
                <link href="styles/bootstrap.min.css" media="all" 
rel="stylesheet" type="text/css" id="bootstrap-css">
-               <link href="styles/xa.css" media="all" rel="stylesheet" 
type="text/css" >
+               <link href="styles/knox.css" media="all" rel="stylesheet" 
type="text/css" >
 
                <script src="libs/bower/jquery/js/jquery.js" ></script>
                

Reply via email to