On Jul 01, 2009, at 06:32 , Ashish Tonse wrote:
Here's my first stab at Seam remoting interface.js caching
(patch
attached)... Should I be attaching this to a thread in a JIRA
somewhere?
Yes, please attach to
https://jira.jboss.org/jira/browse/JBSEAM-4186
Regarding error messages, I think it would be more appropriate to
send either a 404 (component not found) or 401 (Bad Request) or
plain 500 status code when an invalid component or path is
specified. Right now, I'm getting back a 200 OK, which is
misleading. Thoughts?
It should be 404 although I'm surprised that it isn't already.