Can we develop ourselves JavaScriptServlet? #113
Closed
zhengjiudan
started this conversation in
General
Replies: 1 comment
-
Hello @zhengjiudan, The upgrade from Please refer to the other related discussions:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we are suing version 3.1 where we use JavaScriptServlet::doPost to fetch the token. But doPost changes a lot on version 4.1. As we don't want big change on front end, we want to introduce another Servlet whose doPost returns the master token. I just want to confirm if this solution will introduce any vulnerability. From my perspective, as doGet of new version Servlet returns MasterToken as well, I don't see any vulnerability of letting doPost to return MasterToken.
I understand CSRFGuard 4.1 is not to store token in HTTP session any more which is to prevent XSS attack. Is this the case?
Beta Was this translation helpful? Give feedback.
All reactions