-
Bug
-
Resolution: Done
-
Critical
-
fuse-7.4-GA
-
None
- The master component with and endpoint URI without a path works as expected
master:mymaster2:test1?password=RAW(*d=c7q}10Iw;Pit*) as expected the body contains *d=c7q}10Iw;Pit*
- The master component with and endpoint URI with a path fail to use the RAW syntax and let the curly bracket to be encoded
master:mymaster1:test1://pippo?password=RAW(*d=c7q}10Iw;Pit*) fail, body contains *d=c7q[%7D]10Iw;Pit*
*test1 is a custom consumer EP that put the password parameter value as body exchange.