Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(webhdfs): handle 307 redirection instead of noredirect #1358

Merged
merged 4 commits into from
Feb 18, 2023

Commits on Feb 17, 2023

  1. refactor: handle 307 redirection instead of noredirect

    OpenDAL will handle all redirections, and auto redirection of client is
    not taken into considerations. So for WebHDFS, handler redirections
    directly instead of `noredirect=true`. This also offers better
    compabilities.
    
    Signed-off-by: ClSlaid <[email protected]>
    ClSlaid committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f088539 View commit details
    Browse the repository at this point in the history
  2. refactor: move Location parser to http_util

    Signed-off-by: ClSlaid <[email protected]>
    ClSlaid committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    0e384aa View commit details
    Browse the repository at this point in the history
  3. refactor: use parse_error utils

    Signed-off-by: ClSlaid <[email protected]>
    ClSlaid committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    cadec70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6204a8 View commit details
    Browse the repository at this point in the history