We working on upgrading from ORDS 3 to 23.3. Our APEX install goes way back and the URLs we use have always been of the form https://myserver.com/pls/MYDBhtmldb/f?p=… Note the capitalization on MYDBhtmldb. We migrated the ORDS configuration directory and the url-mapping.xml file was converted to a pool directory with a “paths” file containing “MYDBhtmldb”. However, I can't access anything using with uppercase in the URL and have to use lowercase. In other words:
works: https://myserver.com/pls/mydbhtmldb/f?p=…
doesn't work: https://myserver.com/pls/MYDBhtmldb/f?p=… (404 error)
So it looks like ORDS is forcing the path to lowercase? Is there any way to get this mixed case path to work?
We're running this inside Tomcat 8.5 on Linux.