cdmikechen commented on code in PR #1092:
URL: https://github.com/apache/submarine/pull/1092#discussion_r1275611049
##########
submarine-server/server-core/src/test/java/org/apache/submarine/server/AbstractSubmarineServerTest.java:
##########
@@ -237,10 +263,12 @@ protected static PostMethod httpPost(String path, String
request, String mediaTy
PostMethod postMethod = new PostMethod(URL + path);
postMethod.setRequestBody(request);
postMethod.setRequestHeader("Content-type", mediaType);
- postMethod.getParams().setCookiePolicy(CookiePolicy.IGNORE_COOKIES);
+ //postMethod.getParams().setCookiePolicy(CookiePolicy.IGNORE_COOKIES);
Review Comment:
> Should we delete it?
Of course, with REST we should no longer explicitly support session/cookie
later on.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]