I have stores the values of JSESSIONID and atlassian.xsrf.token cookies from previous http calls in my servlet filter. A new request coming to my plugin does not have those 2 cookies. I want to add them from my servlet filter so that authentication will happen. Any suggestion on how to do it?