On 11/03/2016 11:53, Wilson, A. (Aidan) wrote:
> Hi,
>
> After configuring a pre-resource for my webapp with readOnly=false
> and mapped to the root, an attempt to PUT failed with 409 "Resource
> conflict".
>
> To get around this I wrote a servlet that extends DefaultServlet and
> implements doPu
Hi,
After configuring a pre-resource for my webapp with readOnly=false and mapped
to the root, an attempt to PUT failed with 409 "Resource conflict".
To get around this I wrote a servlet that extends DefaultServlet and implements
doPut using pretty much the same code as its parent but with a fe