diff Lib/IMPL/Config/Resolve.pm @ 199:e743a8481327

Added REST support for forms (with only get and post methods)
author sergey
date Mon, 23 Apr 2012 01:36:52 +0400
parents 4d0e1962161c
children c8fe3f84feba
line wrap: on
line diff
--- a/Lib/IMPL/Config/Resolve.pm	Fri Apr 20 16:06:36 2012 +0400
+++ b/Lib/IMPL/Config/Resolve.pm	Mon Apr 23 01:36:52 2012 +0400
@@ -21,7 +21,7 @@
         $list->Append({ method => $name, (defined $args ? (args => $args) : ()) });
     }
     
-    die new IMPL::InvalidArgumentException("The argument is mandatory","path") unless $this->path->Count;
+    #die new IMPL::InvalidArgumentException("The argument is mandatory","path") unless $this->path->Count;
 }
 
 sub Invoke {