You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/12/22 07:51:01 UTC

[GitHub] [dolphinscheduler] SbloodyS commented on a diff in pull request #13235: [Improvement][Security]Add CSRF protection using spring security(issue-12931)

SbloodyS commented on code in PR #13235:
URL: https://github.com/apache/dolphinscheduler/pull/13235#discussion_r1055177736


##########
dolphinscheduler-api-test/dolphinscheduler-api-test-case/src/test/java/org/apache/dolphinscheduler/api.test/utils/RequestClient.java:
##########
@@ -24,16 +24,11 @@
 import org.apache.dolphinscheduler.api.test.entity.HttpResponseBody;
 
 import java.util.HashMap;
+import java.util.List;
 import java.util.Map;
 import java.util.Objects;
 
-import org.testcontainers.shaded.okhttp3.FormBody;
-import org.testcontainers.shaded.okhttp3.Headers;
-import org.testcontainers.shaded.okhttp3.MediaType;
-import org.testcontainers.shaded.okhttp3.OkHttpClient;
-import org.testcontainers.shaded.okhttp3.Request;
-import org.testcontainers.shaded.okhttp3.RequestBody;
-import org.testcontainers.shaded.okhttp3.Response;
+import org.testcontainers.shaded.okhttp3.*;

Review Comment:
   Please roll back these unnessnary changes.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org