Browse Source

HADOOP-7351 Regression: HttpServer#getWebAppsPath used to be protected so subclasses could supply alternate webapps path but it was made private by HADOOP-6461 -- Fix commit message; I'd put it in wrong location under 'new features' rather than under 'bugs'

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1130738 13f79535-47bb-0310-9956-ffa450edef68
Michael Stack 14 years ago
parent
commit
3c863fada4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      CHANGES.txt

+ 4 - 4
CHANGES.txt

@@ -315,10 +315,6 @@ Release 0.22.0 - Unreleased
     HADOOP-7134. configure files that are generated as part of the released
     HADOOP-7134. configure files that are generated as part of the released
     tarball need to have executable bit set. (Roman Shaposhnik via cos)
     tarball need to have executable bit set. (Roman Shaposhnik via cos)
 
 
-    HADOOP-7351  Regression: HttpServer#getWebAppsPath used to be protected
-    so subclasses could supply alternate webapps path but it was made private
-    by HADOOP-6461 (Stack)
-
   IMPROVEMENTS
   IMPROVEMENTS
 
 
     HADOOP-6644. util.Shell getGROUPS_FOR_USER_COMMAND method name 
     HADOOP-6644. util.Shell getGROUPS_FOR_USER_COMMAND method name 
@@ -763,6 +759,10 @@ Release 0.22.0 - Unreleased
     HADOOP-7121. Exceptions while serializing IPC call responses are not
     HADOOP-7121. Exceptions while serializing IPC call responses are not
     handled well. (todd)
     handled well. (todd)
 
 
+    HADOOP-7351  Regression: HttpServer#getWebAppsPath used to be protected
+    so subclasses could supply alternate webapps path but it was made private
+    by HADOOP-6461 (Stack)
+
 Release 0.21.1 - Unreleased
 Release 0.21.1 - Unreleased
 
 
   IMPROVEMENTS
   IMPROVEMENTS