Re: Enabling HTTP Put

2010-04-02 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

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-02 Thread Martin Gainty
rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt 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

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 ServletException, IOException

Re: Enabling HTTP Put

2010-04-02 Thread Bill Barker
André Warnier a...@ice-sa.com 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