edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Create Web Application Module Scoped Policy

Create Web Application Module Scoped Policy

Related Tasks     

Use this page to specify a URL pattern in this Web application module and to define a policy that limits access to URLs that match the pattern.

Configuration Options

Name Description
URL Pattern

A string that represents the path to a Web application resource.

To secure a resource within the application, enter the path to the resource, for example: /MyServlet.jsp

To secure the entire contents of a Web application contained in an EAR, enter a single slash: /

Caution:
In WebLogic Server version 8.x the two characters / * were used by the security container to indicate the entire Web application contents. In versions later than 8.x, Oracle recommends that you use the / character, as it is the standard J2EE syntax used by the Servlet container. If you want to continue using /* you need to disable the EnforceStrictURLPattern field.
Provider Name

Lists all authorization providers that support policy editing though the console that have been configured for the realm.

Related Tasks