Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORDS PL/SQL gateway - special characters in url parameter

paddy3kNov 22 2018 — edited Nov 23 2018

Hi there,

We currently migrating our old software from mod_plsql to ORDS and recently discovered a probem with

special characters in url parameters. I'm talking about "Umlaute" so the german "ä, ü, ö" ...

an example call would be:

http://host:8080/ords/demo_app/function.show?param=Übersicht

This call leads to the error: HTTP 400 (Bad request).

An important sidemark to this: The error only occurs when using the Internet Explorer 11.0.9600.

Modern browsers like Firefox and Chrome aren't affected.

Unfortunately we have to support this IE version. Is there any workaround to fix that without changing

the whole own codebase? Maybe an ORDS parameter for URL encoding/charset conversation?

We're using ORDS 18.3, deployed on the JBoss 7.1.4.

Comments

Processing

Post Details

Added on Nov 22 2018
2 comments
1,008 views