--- pylons/decorators/rest.py	2008-05-15 14:36:52.000000000 -0400
+++ pylons/decorators/rest2.py	2008-05-15 14:42:04.000000000 -0400
@@ -63,6 +63,6 @@
         if alt_method:
             alt_method = getattr(self, alt_method)
             log.debug("Dispatching to %s instead", alt_method)
-            return self._inspect_call(alt_method, **kwargs)
+            return self._inspect_call(alt_method)
         return func(self, *args, **kwargs)
     return decorator(dispatcher)
