diff Lib/IMPL/Web/Handler/ErrorHandler.pm @ 256:32aceba4ee6d

corrected ViewHandlers to handle cookies and headers. Dirty hacks to handle binary data RestController doesn't deal with file extensions anymore.
author sergey
date Wed, 12 Dec 2012 04:29:50 +0400
parents 3cebcf6fdb9b
children feeb3bc4a818
line wrap: on
line diff
--- a/Lib/IMPL/Web/Handler/ErrorHandler.pm	Fri Dec 07 16:58:19 2012 +0400
+++ b/Lib/IMPL/Web/Handler/ErrorHandler.pm	Wed Dec 12 04:29:50 2012 +0400
@@ -43,7 +43,9 @@
 	};
 	
 	if (my $err = $@) {
-		
+	    
+	    warn "$err";
+	    
 		my $vars = {
 			error => $err
 		};