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

[PATCH core 2/2] CIMI: Fixed 401 XML error template

From: Michal Fojtik <mf...@redhat.com>


Signed-off-by: Michal fojtik <mf...@redhat.com>
---
 server/views/cimi/errors/401.xml.haml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/views/cimi/errors/401.xml.haml b/server/views/cimi/errors/401.xml.haml
index dfb8064..e835db5 100644
--- a/server/views/cimi/errors/401.xml.haml
+++ b/server/views/cimi/errors/401.xml.haml
@@ -1,2 +1,2 @@
 %error{:url => "#{request.env['REQUEST_URI']}", :status => "#{response.status}"}
-  %message< #{cdata @error.message}
+  %message Authentication required
-- 
1.7.9.1