You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2012/03/06 16:02:44 UTC

git commit: Core: Fixed error message for 401 XML view

Updated Branches:
  refs/heads/master 132d40fa2 -> f2fe244f9


Core: Fixed error message for 401 XML view


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

Branch: refs/heads/master
Commit: f2fe244f949a9c435b218ecfad706cec4c16c4b2
Parents: 132d40f
Author: Michal Fojtik <mf...@redhat.com>
Authored: Tue Mar 6 16:03:41 2012 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Tue Mar 6 16:03:41 2012 +0100

----------------------------------------------------------------------
 server/views/errors/401.xml.haml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/f2fe244f/server/views/errors/401.xml.haml
----------------------------------------------------------------------
diff --git a/server/views/errors/401.xml.haml b/server/views/errors/401.xml.haml
index bfa9111..dd8894a 100644
--- a/server/views/errors/401.xml.haml
+++ b/server/views/errors/401.xml.haml
@@ -1,3 +1,3 @@
 %error{:url => "#{request.env['REQUEST_URI']}", :status => "#{response.status}"}
-  %message< #{cdata @error.message}
+  %message Authentication required