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 2010/11/29 14:16:55 UTC

[PATCH core 3/6] Request parameters are reported when backend error exception raised

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

---
 server/views/errors/backend_error.html.haml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/server/views/errors/backend_error.html.haml b/server/views/errors/backend_error.html.haml
index 3c70754..fb73386 100644
--- a/server/views/errors/backend_error.html.haml
+++ b/server/views/errors/backend_error.html.haml
@@ -7,6 +7,9 @@
     %dt Request URL
     %dd= request.env['REQUEST_URI']
   %di
+    %dt Parameters
+    %dd= params.inspect
+  %di
     %dt Code
     %dd= @error.code
   %di
-- 
1.7.3.2