Re: Enabling DELETE

2011-04-02 Thread Jonathan Rosenberg
Thanks for the response & sorry for the paucity of detail. Turns out the problem was in my Grails app. I did not configure it correctly to respond to the DELETE request. -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary ---

Re: Enabling DELETE

2011-04-02 Thread Konstantin Kolinko
2011/4/2 Jonathan Rosenberg : > I have some Ajax code sending a DELETE to Tomcat, but am seeing this response: > >  HTTP/1.1 403 Forbidden >  Server: Apache-Coyote/1.1 >  Content-Type: text/html;charset=utf-8 >  Content-Length: 976 >  Date: Sat, 02 Apr 2011 15:22:51 GMT > > PUT works, so I thought