[
https://issues.apache.org/jira/browse/HADOOP-18928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18028907#comment-18028907
]
ASF GitHub Bot commented on HADOOP-18928:
-----------------------------------------
github-actions[bot] commented on PR #6167:
URL: https://github.com/apache/hadoop/pull/6167#issuecomment-3387856682
We're closing this stale PR because it has been open for 100 days with no
activity. This isn't a judgement on the merit of the PR in any way. It's just a
way of keeping the PR queue manageable.
If you feel like this was a mistake, or you would like to continue working
on it, please feel free to re-open it and ask for a committer to remove the
stale tag and review again.
Thanks all for your contribution.
> S3AFileSystem URL encodes twice where Path has trailing /
> ---------------------------------------------------------
>
> Key: HADOOP-18928
> URL: https://issues.apache.org/jira/browse/HADOOP-18928
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Ádám Szita
> Priority: Major
> Labels: pull-request-available
>
> As per the comment at
> [https://github.com/apache/hadoop/pull/1646#issuecomment-1754221384] ...
> due to HADOOP-15430 a Path
> {code:java}
> s3://my.bucket/my folder/{code}
> becomes
> {code:java}
> s3://my.bucket/my%20folder{code}
> which upon HTTP request creation becomes
> {code:java}
> "GET
> ...&prefix=my%2520folder{code}
> which is a wrong path.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]