google-code-export / activeweb

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

Calling non-existent action on restful controller should return 404 #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
currently it returns 500:

[INFO] Caused by: java.lang.NoSuchMethodException: 
app.controllers.TemplateController.show()
[INFO]  at java.lang.Class.getMethod(Class.java:1581)
[INFO]  at activeweb.ControllerRunner.executeAction(ControllerRunner.java:204)

Original issue reported on code.google.com by ipolevoy@gmail.com on 10 May 2011 at 1:33