---
title: Not-Enforced URIs
description: A space-delimited list of URIs. The agent applies the not-enforced rule for requests to the listed URIs. In the following example, the agent allows requests to the public and images directories of myapp.example.com:
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.notenforced.uri.list
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.notenforced.uri.list.html
---

# Not-Enforced URIs

A space-delimited list of URIs. The agent applies the not-enforced rule for requests to the listed URIs. In the following example, the agent allows requests to the public and images directories of `myapp.example.com`:

`org.forgerock.agents.notenforced.uri.list=https://myapp.example.com:8443/public/* https://myapp.example.com:8443/images/*`

For more information and examples, see [Conventions for not-enforced rules](../user-guide/not-enforced-rules.html#conventions_for_not_enforced_rules).

|                          |                                                                                                                                                                                                                                  |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.notenforced.uri.list`                                                                                                                                                                                      |
| Aliases                  | `org.forgerock.agents.notenforced.uri.list`   Introduced in Java Agent 5.6`com.sun.identity.agents.config.notenforced.uri`   Introduced in Java Agent 5.0   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 6 |
| Function                 | Not-enforced                                                                                                                                                                                                                     |
| Type                     | List                                                                                                                                                                                                                             |
| Bootstrap property       | No                                                                                                                                                                                                                               |
| Required property        | No                                                                                                                                                                                                                               |
| Restart required         | No                                                                                                                                                                                                                               |
| Local configuration file | `AgentConfig.properties`                                                                                                                                                                                                         |
