Re: Does the HTTP PUT method work while running GWTTestCases?

2010-09-29 Thread smoyer
Now that I understand what's happening a little more, I've realized this bug has already been reported here: http://code.google.com/p/google-web-toolkit/issues/detail?id=4719q=PUT%20GwtTestCasecolspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars If you know a work-around, please

Does the HTTP PUT method work while running GWTTestCases?

2010-09-27 Thread smoyer
I've got an application that uses the PUT method to send updated documents to the server, but while running my GWTTestCases, it seems like the PUT method does not work. I've sub-classed the GWTShellServlet with one that includes logging and a proxy, but the PUT statement never even makes it to