My Oracle Support Banner

ORDS 20.4 Breaks Flexible Parameter Passing Input Name Compatibility (Doc ID 2855127.1)

Last updated on MARCH 10, 2022

Applies to:

Oracle REST Data Services - Version 20.4 and later
Information in this document applies to any platform.

Goal

 ORDS 20.4 breaks flexible parameter passing input name compatibility

See: Doc ID 2071845.1 How to Use Flexible URL Parameters with Oracle REST Data Services 3.0.2 and Above

The following variations all work with ORDS 20.3 but do Not work with ORDS 20.4.1
http://<HOST>:<PORT>/ords/!<USERNAME>.fpp?x-1=red
http://<HOST>:<PORT>/ords/!<USERNAME>.fpp?x:1=red
http://<HOST>:<PORT>/ords/!<USERNAME>.fpp?x.1=red
http://<HOST>:<PORT>/ords/!<USERNAME>.fpp?x 1=red
http://<HOST>:<PORT>/ords/!<USERNAME>.fpp?1=red

Error:
isValidRequest(), procedure name: <procedure name> Procedure DENIED with Error code: 0

How to fix this?

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.