PhilipCubix opened a new issue, #5789: URL: https://github.com/apache/hop/issues/5789
When using a REST connection that does not need a path to be appended to it, the user will naturally leave the URL field empty. Hop does not check if the URL field in the REST client settings is empty, and will append a null string to the base URL from the connection. This changes the URL from "https://example.com/some/path" to "https://example.com/some/path**null**", wich will probably lead to a 404 not found result. https://github.com/apache/hop/blob/867f52b6b524ba89dacaa4093b33225fbd06b288/plugins/transforms/rest/src/main/java/org/apache/hop/pipeline/transforms/rest/Rest.java#L445 -- 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]
