dev@glassfish.java.net

Re: HTTP DELETE

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Fri, 21 Jul 2006 10:00:57 -0400

Sameer Tyagi wrote:
> Are HTTP DELETE operations disabled for WAR files by default in G/F ?

Can you elaborate on what you want to do exactly? Are you talking about
being able to delete resources included with your web application? If
yes, you need to do it yourself inside the Servlet.service(..) method.
But that's not something recommended, unless the Security Manager is
enabled and your application use some kind of authentication before
allowing deleting resources.

-- Jeanfrancois

>
> /s
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>
>