[
https://issues.apache.org/jira/browse/HADOOP-17371?focusedWorklogId=510135&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-510135
]
ASF GitHub Bot logged work on HADOOP-17371:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 11/Nov/20 08:14
Start Date: 11/Nov/20 08:14
Worklog Time Spent: 10m
Work Description: jojochuang commented on pull request #2453:
URL: https://github.com/apache/hadoop/pull/2453#issuecomment-725275520
Ok... so this is getting more involved. It turns out that Jetty 9.4.21 has a
breaking change (https://github.com/eclipse/jetty.project/pull/3912/files)
Previously, our o.h.a.s.authentication.server.AuthenticationFilter sends a
custom message associated with 401 error. After 9.4.21, Response.sendError() no
longer allows a custom error message. You have to call
Response.setStatusWithReason() to set that. But that requires an additional
dependency on jetty-server.
I don't feel that strong to include jetty-server just so that we can set a
custom error message. We could update the test code instead too.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 510135)
Time Spent: 1h 10m (was: 1h)
> Bump Jetty to the latest version 9.4.34
> ---------------------------------------
>
> Key: HADOOP-17371
> URL: https://issues.apache.org/jira/browse/HADOOP-17371
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 3.3.1, 3.4.0, 3.1.5, 3.2.3
> Reporter: Wei-Chiu Chuang
> Assignee: Wei-Chiu Chuang
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The Hadoop 3 branches are on 9.4.20. We should update to the latest version:
> 9.4.34
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]