Home » Developer & Programmer » Application Express, ORDS & MOD_PLSQL » Passing encoded url string containing %3A (colon) truncates everting after the last %3A (APEX, 5.0, Linux)
Passing encoded url string containing %3A (colon) truncates everting after the last %3A [message #665195] Fri, 25 August 2017 04:27 Go to previous message
kjeand
Messages: 5
Registered: August 2017
Location: Sweden
Junior Member
Hi

I am a relative newbie to APEX from Sweden (not so god at english)

I am passing an url string to an apex application where i have encoded all special caracters, if there i a %3A (colon) in the url APEX seemes to truncate the value i am passing.
This affects only the last variable i am passing and only the remaining part after the last %3A, but if i place a %3A at the very end of the url i works i APEX.

This example pass values to tre fields

"...../apex/f?p=118:32:::::P32_XX,P32_YY,P32_ZZ,:100030,486,VMKF%3AU%202012%3A50"

P32_XX, and P32_YY get the value ok
P32_ZZ only get the value "VMKF:U 2012"
but if i put a %3A att the end of the url like this

"...../apex/f?p=118:32:::::P32_XX,P32_YY,P32_ZZ,:100030,486,VMKF%3AU%202012%3A50%3A"

i works ok and P32_ZZ get the value "VMKF:U 2012:50".

Appreciate help
thanks
Kjell

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to use WEB.SHOW_DOCUMENT
Next Topic: Sending Mail on a Condition in Apex 5.1.0.00.45
Goto Forum:
  


Current Time: Thu Mar 28 15:33:34 CDT 2024