"André Warnier" wrote in message
news:4bb5a06e.4080...@ice-sa.com...
Stacy Mobley wrote:
Hi,
I was wondering if there was a way to enable HTTP Put via the API's.
What makes you think it is not enabled ?
(at least, presuming you are talking about Tomcat)
I've tried using ServletContext.
> From: Martin Gainty [mailto:mgai...@hotmail.com]
> Subject: RE: Enabling HTTP Put
>
> since doPut disallows request processing if readOnly is true as seen
> here
>
> protected void doPut(HttpServletRequest req, HttpServletResponseresp)
> throws Servl
alt uebernehmen.
> From: mo...@adelphia.net
> To: users@tomcat.apache.org
> Subject: Re: Enabling HTTP Put
> Date: Thu, 1 Apr 2010 23:22:32 -0700
>
> Hi,
>
> I was wondering if there was a way to enable HTTP Put via the API's. I've
> tried using ServletC
Stacy Mobley wrote:
Hi,
I was wondering if there was a way to enable HTTP Put via the API's.
What makes you think it is not enabled ?
(at least, presuming you are talking about Tomcat)
I've tried using ServletContext.setAttribute("readonly", "false")
without any success.
What would that
Hi,
I was wondering if there was a way to enable HTTP Put via the API's. I've
tried using ServletContext.setAttribute("readonly", "false") without any
success.
-- Stacy