I am writing a servlet plugin to provide a REST API endpoint, but I am unable to

I am writing a servlet plugin to provide a REST API endpoint, but I am unable to use PUT or DELETE requests as they are marked as unsafe methods in the web.xml. I was wondering what was the recommended way of enabling these methods for my servlet plugin without changing this setting globally?...

OriginalPostID-94519

OriginalPostID-94519

  Discussion posts and replies are publicly visible