ExcludedPrefixWebConstraintsUnitTestCase |
public class ExcludedPrefixWebConstraintsUnitTestCase extends TestCase (Code) |
| Test of the unchecked permission
Tests of various security-constraints
ConstraintsServlet
org.jboss.test.security.servlets.ConstraintsServlet
ConstraintsServlet
/*
Excluded
/restricted/post-only/excluded/*
/*
NONE
Restricted POST
/restricted/post-only/*
POST
PostRole
NONE
Excluded POST
/restricted/post-only/*
DELETE
PUT
HEAD
OPTIONS
TRACE
GET
NONE
PostRole
BASIC
WebConstraintsUnitTestCase
author: Scott.Stark@jboss.org version: $Revision: 57206 $ |