PhilipCubix opened a new pull request, #5840:
URL: https://github.com/apache/hop/pull/5840

   Since the current method of URL encoding is to use a User defined Java 
Expression (see #5201), I would propose to apply URL encoding in the RestCLient 
component.
   
   This avoids the need to add an extra step just to do URL encoding, that 
currently forces a java expression to be written, and run on the janino 
run-time compiler.
   
   It also prevents users from having to find out they need to do this 
themselves by running into an "Illegal character in path" error, see 
https://pentaho.home.blog/2019/05/18/create-url-for-rest-query/ .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to