Am Freitag, den 14.12.2007, 19:59 +0100 schrieb Tobias Bocanegra: > > 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. > > but we do not control the client. the goal is to use simple html forms...
That is only partly true of course: We define a protocol to use when sending data or requesting content to be stored or created. So, if we require a specific parameter (agreed, that headers more involved and won't work with simple forms), it is just part of the protocol... Regards Felix
