[
https://issues.apache.org/jira/browse/HADOOP-7688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13145830#comment-13145830
]
Hudson commented on HADOOP-7688:
--------------------------------
Integrated in Hadoop-Mapreduce-trunk-Commit #1275 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1275/])
HADOOP-7688. Add servlet handler check in HttpServer.start(). Contributed
by Uma Maheswara Rao G
szetszwo :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1198924
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/TestServletFilter.java
> When a servlet filter throws an exception in init(..), the Jetty server
> failed silently.
> -----------------------------------------------------------------------------------------
>
> Key: HADOOP-7688
> URL: https://issues.apache.org/jira/browse/HADOOP-7688
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 0.23.0, 0.24.0
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Uma Maheswara Rao G
> Fix For: 0.24.0
>
> Attachments: HADOOP-7688.patch, filter-init-exception-test.patch,
> org.apache.hadoop.http.TestServletFilter-output.txt
>
>
> When a servlet filter throws a ServletException in init(..), the exception is
> logged by Jetty but not re-throws to the caller. As a result, the Jetty
> server failed silently.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira