1 Reply Latest reply on Apr 16, 2014 7:27 AM by hchiorean

    How can i enable the access-log for incoming HTTP Requests?

    krzysztof.zibur

      Hello,

       

      I have a RestService with a AroundInvoke-Interceptor that log the access of every incoming HTTP Request.

      But if the Serivce use a @RolesAllowed Annotation with a Role that the User don't have, i get only a warning for the ForbiddenException, but the Interceptor log is missing.

      How can i log every incoming HTTP Request?