[jboss-user] [JBoss jBPM] - Re: HTTP Status 403 - Access to the requested resource has b

rsdickerson do-not-reply at jboss.com
Fri Mar 28 08:04:27 EDT 2008


Oops. I left out this change in web.xml:

anonymous wrote : 
  |     <security-constraint>
  |         <web-resource-collection>
  |             <web-resource-name>Secure Area</web-resource-name>
  |             <url-pattern>/sa/*</url-pattern>
  |             <http-method>GET</http-method>
  |             <http-method>POST</http-method>
  |         </web-resource-collection>
  |         <auth-constraint>
  |             <role-name>user</role-name>
  |             <role-name>manager</role-name>
  |             <role-name>admin</role-name>
  |             <role-name>participant</role-name>
  |             <role-name>administrator</role-name>
  |         </auth-constraint>
  |     </security-constraint>
  | 

See if that helps.

Scott

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139629#4139629

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139629



More information about the jboss-user mailing list