Hello David,

Not, it is not the case. No exceptions whatsoever. And about 1/100 (or less) of 
the requests return a 403 to the users, and all those requests are doing the 
same thing.
Thanks a lot for your help!


> -----Original Message-----
> From: David Bullock [mailto:david.bull...@machaira.com.au]
> Sent: jueves, 05 de febrero de 2015 06:04 p.m.
> To: Tomcat Users List
> Subject: Re: Sporadic HTTP 403 returned by Tomcat when this should not
> happen ever. How to find out why this happens?
> 
> On 6 February 2015 at 02:42, Brian <brian...@emailbb.com> wrote:
> 
> > Hi,
> >
> > I have a Restful service that receives a huge amount of HTTP requests per
> > day. In some of these requests, Tomcat returns an HTTP 403 error status.
> >
> 
> Your servlet does something which throws a java.lang.Security exception
> (which is a runtime exception), and Tomcat is translating it into a 403 for
> you?  (I didn't test it, but it might be a reasonable thing for a
> servlet-container to do).


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to