zentol opened a new pull request #9238: [FLINK-13387][WebUI] Fix log download for old UI URL: https://github.com/apache/flink/pull/9238 Corrects the URLs used by the WebUI when downloading the logs. When using the WebUI the URL contains a `old-version` prefix, which leaks into the relative path defined in the `.html` files. The JS files are unaffected as they ignore the prefix and have their own way of assembling URLs. This PR simply modifies the `href` to go up one layer, which effectively removes the prefix from the call.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
