google-code-export / activeweb

Automatically exported from code.google.com/p/activeweb
0 stars 0 forks source link

Allow non-restful URLs map to @RESTful controllers #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if a route is not RESTful, AW will reject a call to a restful controller.
Instead it should allow them. This will allow to write controllers that are 
restful, but have a few non-restful actions if necessary.
Use case: restful URLs are displayed on a browser address bar, but some AJAX 
functions could call non-rest actions on the same controller. 

Original issue reported on code.google.com by i...@polevoy.org on 23 Nov 2011 at 8:00

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 30 Dec 2011 at 1:37

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 30 Dec 2011 at 1:37