[ 
https://issues.apache.org/jira/browse/HDFS-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791623#action_12791623
 ] 

Hudson commented on HDFS-823:
-----------------------------

Integrated in Hdfs-Patch-h5.grid.sp2.yahoo.net #148 (See 
[http://hudson.zones.apache.org/hudson/job/Hdfs-Patch-h5.grid.sp2.yahoo.net/148/])
    

> 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
>          Components: name-node
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: HDFS-823.patch
>
>
> 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.

Reply via email to