Re: Pre/Post resources in Tomcat 8

2016-03-11 Thread Mark Thomas
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

Pre/Post resources in Tomcat 8

2016-03-11 Thread Wilson, A. (Aidan)
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