uranusjr commented on PR #33062: URL: https://github.com/apache/airflow/pull/33062#issuecomment-1663379702
See my comment in https://github.com/apache/airflow/pull/31833#discussion_r1282696916 The prefix should not have a trailing slash. The path that gets appended to it should have a leading slash, and `urljoin` is the wrong function to join the two. The fix should be to not use `urljoin`, not to wrangle in additional logic to call `urljoin`. -- 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]
