SteffenMeyer88 opened a new issue, #5384: URL: https://github.com/apache/hop/issues/5384
### Apache Hop version? 2.13.0 ### Java version? 17 ### Operating system Docker ### What happened? In my project i found a problem with a REST Call using parameters. After testing and analyzing the java code of the hop version 2.13 i've found that at line 482 of the Rest.java file is wrong. Instead of "!=" for the inline-if, there should be a "==". Right now this error make the parameters not used even if declared in the parameters tab, because if there are parameters ,this line make it like there are none. This can be reproduced by making any REST-Call using at least one obligatory parameter. ### Issue Priority Priority: 2 ### Issue Component Component: Transforms -- 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]
