You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/26 11:43:26 UTC

[GitHub] [flink] zentol opened a new pull request #9238: [FLINK-13387][WebUI] Fix log download for old UI

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:
users@infra.apache.org


With regards,
Apache Git Services