Why not use something like custom headers like X-HTTP-Method and a servlet filter to wrap PUTs in POSTs?

As we control the client API, this is a cleaner way to do this IMHO.

Lars


On 12.12.2007, at 17:29, Bertrand Delacretaz wrote:


That's why MicrojaxPostServlet uses a POST to /foo/* to mean "create
new child node under /foo", and POST to /foo to mean "update /foo".
Using PUT instead would be cleaner of course, but browsers don't do
that today.

-Bertrand

--
Lars Trieloff
[EMAIL PROTECTED]
http://weblogs.goshaky.com/weblogs/lars

Reply via email to