Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Create Stand-Alone Web Application URL Pattern Scoped Policy

Related Tasks     

Use this page to specify a URL pattern in this stand-alone Web application 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


Back to Top