Monday, September 27, 2010

Does the HTTP PUT method work while running GWTTestCases?

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 the servlet (though the other six
HTTP methods work fine).

Is there something wrong with the HTMLUnit's PUT implementation?

Thanks!

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment