1 Reply Latest reply on Mar 4, 2009 2:03 PM by jej2003

    RestEasy Security

    jej2003

      Has anyone had success with getting the Servlet security to work with RestEasy? To this point I have not been able to successfully limit access a to a resource. Following this guide http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/1.0.0.GA/userguide/html_single/index.html chapter 25 I have got the resource asking for authentication, but when I enter a user that does not have the appropriate role the servlet still allows access. Has anyone seen this?

        • 1. Re: RestEasy Security
          jej2003

          The issue is with the web.xml shipped with RestEasy, there is a typo in the file it currently reads resteasy.resource.method-interceptors where it should be resteasy.resource.method.interceptors

          Everything is working fine now.