[ 
https://issues.apache.org/jira/browse/HDDS-16591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HDDS-16591:
----------------------------------
    Labels: pull-request-available  (was: )

> Latent S3 Issue With NotImplemented APIs
> ----------------------------------------
>
>                 Key: HDDS-16591
>                 URL: https://issues.apache.org/jira/browse/HDDS-16591
>             Project: Apache Ozone
>          Issue Type: Task
>            Reporter: Fabian Morgan
>            Assignee: Fabian Morgan
>            Priority: Major
>              Labels: pull-request-available
>
> The S3 handlers have a pattern where if a particular selector is not 
> implemented, it falls through to the plain handler.  For example, 
> GetObjectAcl is not implemented so "?acl" requests fall to GetObject and this 
> results in an Internal Server Error 500 after several retries.  Because this 
> affects S3 it affects STS requests as well.  This ticket updates to enumerate 
> the selectors for apis (except for POST method) so that if an api is not 
> implemented, it immediately returns with a 501 NotImplemented error code.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to