-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Michael,
On 2/14/12 3:12 AM, Hugi Michael, Informaticon AG wrote: > Thank you very much for your response. I thought I did it? The > pattern /rest/device is in the xml that I sent.? Oops, I missed this: >> <url-pattern>/rest/device</url-pattern> >> <url-pattern>/rest/device/*</url-pattern> (It got lost in the list of url-patterns that you had). Try this. What happens if you do these things: $ curl -i http://host/context/rest/device/something-real $ curl -i -d 'foo=bar' http://host/context/rest/device/something-real $ curl -i http://host/context/rest/device $ curl -i -d 'foo=bar' http://host/context/rest/device I asked you to use curl (or your favorite tool) because sometimes 403 errors can some not from the original document, but maybe if you were redirected or there was some other document requested that caused a failure. curl only performs a single HTTP request and shows the headers. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk86kxgACgkQ9CaO5/Lv0PBCpwCcCxYUlvc/y2RPP4h7CY8Rly67 fpAAoKcHH4uFUketVpcQxZBh8x940dct =5sPh -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org