Re: Enabling HTTP Put

2010-04-02 Thread Bill Barker
"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.

RE: Enabling HTTP Put

2010-04-02 Thread Caldarale, Charles R
> 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

RE: Enabling HTTP Put

2010-04-02 Thread Martin Gainty
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

Re: Enabling HTTP Put

2010-04-02 Thread André Warnier
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

Re: Enabling HTTP Put

2010-04-01 Thread Stacy Mobley
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