[ 
https://issues.apache.org/jira/browse/HDDS-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16657310#comment-16657310
 ] 

Hudson commented on HDDS-679:
-----------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15274 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/15274/])
HDDS-679. Add query parameter to the constructed query in (aengineer: rev 
d7b012e5600fa19b330d61a2572499f14fe9bb61)
* (edit) 
hadoop-ozone/s3gateway/src/test/java/org/apache/hadoop/ozone/s3/TestVirtualHostStyleFilter.java
* (edit) 
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/VirtualHostStyleFilter.java


> Add query parameter to the constructed query in VirtualHostStyleFilter
> ----------------------------------------------------------------------
>
>                 Key: HDDS-679
>                 URL: https://issues.apache.org/jira/browse/HDDS-679
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>            Reporter: Elek, Marton
>            Assignee: Bharat Viswanadham
>            Priority: Major
>             Fix For: 0.3.0, 0.4.0
>
>         Attachments: HDDS-679.00.patch
>
>
> org.apache.hadoop.ozone.s3.VirtualHostStyleFilter supports virtual host style 
> bucket addresses (eg. http://bucket.localhost/ instead of 
> http://localhost/bucket)
> It could be activated by setting the domain name to ozone.s3g.domain.name.
> Based on the configuration it recreates the URL of the request before the 
> request is processed. 
> Unfortunately during this recreation the query part of the URL is lost. (eg 
> http://bucket.localhost/?prefix=/ will be converted to 
> http://localhost/bucket)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to