[ https://issues.apache.org/jira/browse/HADOOP-7639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109476#comment-13109476
]
Hudson commented on HADOOP-7639:
--------------------------------
Integrated in Hadoop-Mapreduce-trunk #837 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/837/])
HADOOP-7639. Enhance HttpServer to allow passing path-specs for filtering, so that servers
like Yarn WebApp can get filtered the paths served by their own injected servlets. Contributed
by Thomas Graves.
vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1173130
Files :
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/HttpServerFunctionalTest.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestPathFilter.java
> yarn ui not properly filtered in HttpServer
> -------------------------------------------
>
> Key: HADOOP-7639
> URL: https://issues.apache.org/jira/browse/HADOOP-7639
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 0.23.0
> Reporter: Thomas Graves
> Assignee: Thomas Graves
> Fix For: 0.23.0
>
> Attachments: HADOOP-7639.patch, HADOOP-7639.patch
>
>
> Currently httpserver only has .html", ".jsp as user facing urls when you add a filter.
For the new web framework in yarn, the pages no longer have the *.html or *.jsp and thus they
are not properly being filtered. The yarn ui just uses paths - for it would be serve:port/yarn/*
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|