From 2e047429be1916894c503a0b3cb64e1636c6228a Mon Sep 17 00:00:00 2001 From: cnauroth Date: Sat, 16 Jan 2016 07:47:37 -0800 Subject: [PATCH] HADOOP-12691. Move files to correct location. (cherry picked from commit da77f423d142c4dda8810d4668edde3c7d2999e8) (cherry picked from commit 2b9ea68ef8fbca524571eae27672323b4910464f) --- .../org/apache/hadoop/security/http/RestCsrfPreventionFilter.java | 0 .../apache/hadoop/security/http/TestRestCsrfPreventionFilter.java | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {hadoop-common => hadoop-common-project/hadoop-common}/src/main/java/org/apache/hadoop/security/http/RestCsrfPreventionFilter.java (100%) rename {hadoop-common => hadoop-common-project/hadoop-common}/src/test/java/org/apache/hadoop/security/http/TestRestCsrfPreventionFilter.java (100%) diff --git a/hadoop-common/src/main/java/org/apache/hadoop/security/http/RestCsrfPreventionFilter.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/http/RestCsrfPreventionFilter.java similarity index 100% rename from hadoop-common/src/main/java/org/apache/hadoop/security/http/RestCsrfPreventionFilter.java rename to hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/http/RestCsrfPreventionFilter.java diff --git a/hadoop-common/src/test/java/org/apache/hadoop/security/http/TestRestCsrfPreventionFilter.java b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/http/TestRestCsrfPreventionFilter.java similarity index 100% rename from hadoop-common/src/test/java/org/apache/hadoop/security/http/TestRestCsrfPreventionFilter.java rename to hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/http/TestRestCsrfPreventionFilter.java