diff Lib/IMPL/Web/Handler/RestController.pm @ 212:292226770180

bugfixes
author sergey
date Fri, 29 Jun 2012 19:24:15 +0400
parents 3d433a977e3b
children d6e2ea24af08
line wrap: on
line diff
--- a/Lib/IMPL/Web/Handler/RestController.pm	Tue Jun 05 07:45:21 2012 +0400
+++ b/Lib/IMPL/Web/Handler/RestController.pm	Fri Jun 29 19:24:15 2012 +0400
@@ -61,7 +61,7 @@
 		
 		$res = $res->FetchChildResource($id,$action);
 		
-		die NotFoundException->new() unless $res;
+		die NotFoundException->new($pathInfo,$id) unless $res;
 	}
 	
 	$res = $res->InvokeHttpMethod($method,$action);