Bug #12873
openIssue with Applying Policies when 5 Segments (more than 4) are Present in LocURI Identifiers
0%
Description
Description
There is an encountered an issue in our system when applying policies using LocURI identifiers. Specifically, when the LocURI string contains four segments (e.g., Firefox~Policy~firefox~Homepage), the policy is applied correctly. However, when the LocURI string contains five segments (e.g., Firefox~Policy~firefox~Permissions~Autoplay), the fourth segment is not being read by the system, and the policy is not applied.
Expected Behavior: The system should properly read and apply policies regardless of whether there are four or five segments in the LocURI string.
Actual Behavior: When the LocURI string contains more than four segments, the fourth segment is not being read, and the policy is not applied as expected.
Steps to Reproduce:
- Use a LocURI with four segments (e.g., Firefox~Policy~firefox~Homepage) - The policy is applied correctly.
- Use a LocURI with five segments (e.g., Firefox~Policy~firefox~ Permissions ~Autoplay) - The policy is not applied, and the fourth segment is not read by the server.
Suggested Fix: Identify why the system is not reading the fourth segment when there are more than four segments in the LocURI string. Ensure that all segments are properly parsed and processed.
No data to display