You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2009/12/10 02:20:18 UTC

[jira] Created: (HDFS-823) In Checkpointer the getImage servlet is added to public rather than internal servlet list

In Checkpointer the getImage servlet is added to public rather than internal servlet list
-----------------------------------------------------------------------------------------

                 Key: HDFS-823
                 URL: https://issues.apache.org/jira/browse/HDFS-823
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Jakob Homan


Checkpointer.java:99
{code}
    httpServer.addServlet("getimage", "/getimage", GetImageServlet.class);{code}
This should be addInternalServlet, as it is for Namenode to ensure this servlet does not get filtered.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.