Jakob Homan created HDFS-3768:
---------------------------------
Summary: Exception in TestJettyHelper is incorrect
Key: HDFS-3768
URL: https://issues.apache.org/jira/browse/HDFS-3768
Project: Hadoop HDFS
Issue Type: Improvement
Reporter: Jakob Homan
Assignee: Eli Reisman
Priority: Minor
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/test/TestJettyHelper.java:80
{noformat}
throw new RuntimeException("Could not stop embedded servlet container, " +
ex.getMessage(), ex);
{noformat}
This is being thrown from createJettyServer and was copied and pasted from
stop. Should say we can't start the servlet container.
--
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