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

Robert Kanter commented on HADOOP-10075:
----------------------------------------

{quote}Is there a reason you changed httpServer.addContext(uiWebAppContext, 
true); to httpServer.addHandlerAtFront(uiWebAppContext); in 
ApplicationHistoryServer?{quote}
The order of the handlers is important when Jetty is trying to figure out which 
Servlet to use.  To get the AHS to work correctly there, I had to make sure 
that {{uiWebAppContext}} was first in the list, even though we add it later.

Thanks for taking a look Ravi, I know it's a discouraging patch to look at :)
I'm currently working on making the charset changes a constant (I had a good 
idea to make this a little easier), and I'll post an updated patch.  I'll also 
post it on RB to make it easier to comment on; I had trouble finding some of 
the things Daniel was talking about in his feedback.

> Update jetty dependency to version 9
> ------------------------------------
>
>                 Key: HADOOP-10075
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10075
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 2.2.0, 2.6.0
>            Reporter: Robert Rati
>            Assignee: Robert Kanter
>         Attachments: HADOOP-10075-002-wip.patch, HADOOP-10075.003.patch, 
> HADOOP-10075.004.patch, HADOOP-10075.005.patch, HADOOP-10075.006.patch, 
> HADOOP-10075.007.patch, HADOOP-10075.008.patch, HADOOP-10075.patch
>
>
> Jetty6 is no longer maintained.  Update the dependency to jetty9.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to