Re: Getting error 403 forbidden while using HTTP PUT method

2013-10-04 Thread Albert Kam
On Fri, Oct 4, 2013 at 9:24 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > > Subject: Re: Getting error 403 forbidden while using HTTP PUT method > > > > > > > > To

RE: Getting error 403 forbidden while using HTTP PUT method

2013-10-04 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Getting error 403 forbidden while using HTTP PUT method > > > >

Re: Getting error 403 forbidden while using HTTP PUT method

2013-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arnab, On 10/4/13 9:10 AM, Arnab Majumder wrote: > I am still getting the error 403 forbidden (Access to the > specified resource has been forbidden). Which resource? (Not that it matters) > > > > >

Re: Getting error 403 forbidden while using HTTP PUT method

2013-10-04 Thread Arnab Majumder
I am still getting the error 403 forbidden (Access to the specified resource has been forbidden). This is my web.xml http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="2.5" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun

Re: Getting error 403 forbidden while using HTTP PUT method

2013-10-03 Thread Konstantin Kolinko
2013/10/3 Arnab Majumder : > Hi , > > I am using Apache Tomcat 8.0.0-RC3 Server and spring dispatcher servlet . I > am getting 403 forbidden while using HTTP PUT method but HTTPGET method is > working properly. I am trying to solve this with security constraint but it > is giving me 409 conflict

Re: Getting error 403 forbidden while using HTTP PUT method

2013-10-03 Thread André Warnier
Arnab Majumder wrote: Hi , I am using Apache Tomcat 8.0.0-RC3 Server and spring dispatcher servlet . I am getting 403 forbidden while using HTTP PUT method but HTTPGET method is working properly. I am trying to solve this with security constraint but it is giving me 409 conflict error because I

Re: Getting error 403 forbidden while using HTTP PUT method

2013-10-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arnab, On 10/3/13 9:46 AM, Arnab Majumder wrote: > I am using Apache Tomcat 8.0.0-RC3 Server and spring dispatcher > servlet . I am getting 403 forbidden while using HTTP PUT method > but HTTPGET method is working properly. I am trying to solve thi

Getting error 403 forbidden while using HTTP PUT method

2013-10-03 Thread Arnab Majumder
Hi , I am using Apache Tomcat 8.0.0-RC3 Server and spring dispatcher servlet . I am getting 403 forbidden while using HTTP PUT method but HTTPGET method is working properly. I am trying to solve this with security constraint but it is giving me 409 conflict error because I am using spring dispa