[Cache] broaden query-string-sort troubleshooting to order-sensitive apps (Oracle EBS)#32197
[Cache] broaden query-string-sort troubleshooting to order-sensitive apps (Oracle EBS)#32197ngayerie wants to merge 2 commits into
Conversation
…apps (Oracle EBS)
Review✅ No issues found in commit Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsNo convention issues found. Style Guide ReviewNo style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Nimbus Preview URL: https://nimbus-3bf6921f.preview.developers.cloudflare.com |
|
Preview URL: https://3bf6921f.preview.developers.cloudflare.com Files with changes (up to 15) |
Summary
Broaden the Query String Sort troubleshooting section to cover enterprise applications with order-sensitive request handling, using Oracle E-Business Suite (EBS) as a confirmed example.
Motivation
The current page documents WordPress admin as the primary example of Query String Sort breaking applications. In practice, the same class of issue affects enterprise applications that use query parameters for session validation, CSRF protection, or request signing — Oracle E-Business Suite in particular. Customers searching for the specific "Insufficient Privileges" error EBS returns don't currently find a match on this page.
Changes
### Enterprise applications with order-sensitive request handlingsubsection between the existing "Identify the problem" (WordPress walkthrough) and "Respond to the issue" (generic fix guidance). The subsection names Oracle EBS explicitly, shows the exact error string, lists other categories that may be affected (signed URLs, CSRF-hashed parameters, SAP/PeopleSoft), and refers the reader to the existing fix guidance.No changes to the existing WordPress walkthrough or fix guidance.
Notes
#unexpected-behavior-with-wordpress-admin-pagesto#unexpected-behavior-with-order-sensitive-applications. Happy to add a redirect if the docs team prefers.DEE-3727