I'm running RESTEasy in JBoss 5.1, and recently switched from the
Servlet-based configuration to the Filter-based configuration of RESTEasy
in web.xml.  Now, all of my updates and deletes are failing with 403
Forbidden responses.  Thinking that it might have something to do with
Tomcat denying PUT and DELETE methods by default, I tried to explicitly
specify the methods I wanted to allow via <http-method> elements under the <
web-resource-collection> nested within the <security-constraint> I already
had for role-based security.  No effect.  Notably, I can tell that these
PUT and DELETE requests aren't even invoking FilterDispatcher's doFilter()
method, so this issue is likely related to some JBoss configuration item.
 Any ideas?

As always, thanks for your time!

-Allen
------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to